/* Header */
/* --------------------------------------------------------------------------------- */

/*
    ## Colors ##
    RED                     #CA1720
    DARK BLUE               #34465B
    GREEN                   #55AD77
    LIGHT GREY              #CCCCCC
    Notification error      #FF3333
    Notification warning    #FFFFB2
    Notification message    #99E699
*/


body
{
	margin: 0;
	padding: 0;
}

.header-title {
  position: absolute; left: 0; top: 0; bottom: 0; width: 360px;
  padding-left: 25px;
}

.header-title h1 {
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 17px;
  line-height: 80px;
  color: #444;
  background-image: url(../../Images/logo_e-Savjetovanja_web.jpg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-weight: 200;
  text-indent: -1000px;  
}

.header-nav nav a {
  display: inline-block;
  margin-right: 10px;
  line-height: 79px;
  border-bottom: 4px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #34465B;
}

.remove-uppercase {
	text-transform: none !important;
}

.header-nav nav a:hover {
  border-bottom-color: #CCCCCC;
}

.header-nav nav a.selected {
  border-bottom-color: #CA1720;
  color: #CA1720;
}

.block-commentable.first {
    min-height: 220px;
}

.header-user {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 15px 0 0 0;
    width: 150px;
    text-align: center;
    margin-right: 10px;
}
@media (max-width: 440px) {
  .header-user { margin-top: 30px; }
}

.header-user .user {
  margin-top: 20px;
  color: #666;
}
.header-user .user label {
  background-image: url('../../Images/user.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 18px;
}

/* Modules */
/* --------------------------------------------------------------------------------- */

/*@font-face {
  font-family: 'VladaSerif';
  font-weight: 200;
  src: url("../fonts/VladaRHSerif-Light.otf") format("opentype");
}
@font-face {
  font-family: 'VladaSerif';
  font-weight: 400;
  src: url("../fonts/VladaRHSerif-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'VladaSerif';
  font-weight: 600;
  src: url("../fonts/VladaRHSerif-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'VladaSans';
  font-weight: 200;
  src: url("../fonts/VladaRHSans-Light.otf") format("opentype");
}
@font-face {
  font-family: 'VladaSans';
  font-weight: 400;
  src: url("../fonts/VladaRHSans-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'VladaSans';
  font-weight: 600;
  src: url("../fonts/VladaRHSans-Bold.otf") format("opentype");
}*/

body {
  /*font-family: 'VladaSans', 'LucidaGrande UI', 'Helvetica';*/
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:12px;
}

    body.e-gradjani-traka {
        padding-top: 64px;
    }

a {
  text-decoration: none;
  /*color: inherit;*/
}
a:hover {
  text-decoration: underline;
}

.button {
  display: inline-block;
  padding: 5px 15px;
  border: 0;
  border-radius: 3px;
  font-weight: 200;
  font-size: 14px;
  background-color: #F1F1F1;
  cursor: pointer;
  color: #222222;
  box-shadow: none;
  vertical-align: middle;
}
.button:active {
  background-color: #F6F6F6;
}
.button.button-red {
  background-color: #CA1720;
  color: #FFFFFF;
}
.button.button-red:active {
  background-color: #E13131;
}
.button.button-small {
  padding: 5px 12px;
  font-size: 13px;
  line-height: 19px;
}

.clearfix {
  clear: both;
}

.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown label {
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
.dropdown .dropdown-arrow {
  display: inline-block;
  background-image: url('../../Images/arrow-down-grey.png');
  background-repeat: no-repeat;
  background-position: 50%;
  width: 20px;
  height: 10px;
  cursor: pointer;
}
.dropdown .dropdown-items {
  display: none;
  position: absolute;
  top: 30px;
  right: -12px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 8px 0px #DDD;
  z-index: 20;
  width: 190px;
  line-height: 24px;
}
.dropdown .dropdown-items::after {
  position: absolute;
  content: '';
  top: -11px;
  right: 10px;
  width: 22px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.dropdown.opened .dropdown-items {
  display: block;
}
.dropdown .dropdown-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown .dropdown-items ul li a {
  display: block;
  padding: 7px 20px;
  color: #666;
  font-size: 15px;
  font-weight: 200;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.dropdown .dropdown-items ul li:last-child a {
  border-bottom: 0;
}
.dropdown .dropdown-items ul li a:hover {
  background-color: #fafafa;
  text-decoration: none;
}
.dropdown .dropdown-items ul li a:active {
  background-color: #f1f1f1;
}

/* Content */
/* --------------------------------------------------------------------------------- */


#content {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 5;
  -moz-transition: left 200ms;
  -o-transition: left 200ms;
  -webkit-transition: left 200ms;
  transition: left 200ms;
}

#main.sidebar-opened #content {
  left: 330px;
}

#content-main {
  position: absolute;
  top: 0; right: 0; left: 0; 
  overflow: hidden;
  -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

#content-main .content-main-min { height: 0px; }
#content-main .content-main-low { height: 25%; }
#content-main .content-main-med { height: 50%; }
#content-main .content-main-high { height: 75%; }
#content-main .content-main-max { bottom: 50px; }

.content-main-without-comments
{
	bottom: 0px;
}

#content.comments-minimized #content-main {
  bottom: 50px;
}

.block-container {
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.block-container .block:first-child {
  margin-top: 20px;
}
.block {
    border-left: 8px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: relative;
    cursor: pointer;
}
.block.selected, .block.selected:hover {
  border-left-color: #CA1720;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background-color: #F5F5F5;
  cursor: default;
}
.block:hover {
  background-color: #FCFCFC;
}
.block .block-content {
  margin: auto;
  max-width: 90%;
  -moz-transition: bottom 200ms;
  -o-transition: bottom 200ms;
  -webkit-transition: bottom 200ms;
  transition: all 100ms;
}
.block.selected .block-content {
  padding: 20px 230px 20px 70px;
  min-height: 90px;
}
.block .block-comments {
  position: absolute;
  top: 0; right: 40px; bottom: 0;
  width: 200px;
  padding: 10px 20px 10px 20px;
}
.block.selected .block-comments {
  padding: 10px 20px 10px 20px;
}
/*@media (max-width: 1100px) {
  .block.selected .block-comments {
    padding: 10px 10px 10px 0;
  }
}*/
.block .block-comments .block-comments-table {
  display: table;
  width: 100%;
  height: 100%;
}
.block .block-comments .block-comments-cell {
  display: table-cell;
  vertical-align: top;  
}
.block-comments-count{margin-top:10px;}
.block .block-comments .block-comments-count {
  display: inline-block;
  width: 22px;
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 200;
  text-align: center;
  color: #FFF;
  background-image: url('../../Images/badge-comment.png');
  background-repeat: no-repeat;
  background-position: 50%;
}
.block.selected .block-comments .block-comments-count { display: none; }
.block .block-comments .block-comments-info
{
    color: #999;
    line-height: 20px;
    font-size: 14px;
    display: none;
    opacity: 0;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}
.block .block-comments .block-comment-counts {
    line-height: 20px;
    font-size: 14px;
}
.block .block-comments .block-comments-info b {
    margin-right: 5px;
}
.block.selected .block-comments .block-comments-info { display: block; opacity: 1; }
.block .block-comments .block-comment-button { margin-top: 10px; }

.block-comments-info ul {
    margin: 0;
    padding-left: 0;
}

.block-comments-info li {
    list-style: none;
}

.block-comment-counts,
.block-comments-count {
    margin: 5px 0px 10px 0px;
    padding: 0 12px;
}

.block-comment-counts {
    min-width: 220px;
    border: solid 1px white;
    background: #CA1720;
}

.block-comment-counts ul {
    margin: 12px 0 12px 0;
    padding-left: 0;
    color: #fff;
}

.block-comment-counts li {
    list-style: none;
    padding: 0 0 3px 0;
}

/*.block-content.article-title {
  text-transform: uppercase;
}*/
/*.block-content.article-section {
  text-transform: uppercase;
}*/
#footer, .mainscreen_footer_gov {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    height: 18px;
    margin: 0 !important;
}

/* Comments */
/* --------------------------------------------------------------------------------- */

#content-comments {
  position: absolute;
  right: 0; left: 0; bottom: 42px;
  overflow: auto;
  height: 250px;
  border-top: 1px solid #CA1720;
  -o-transition: height 200ms;
  -moz-transition: height 200ms;
  -webkit-transition: height 200ms;
  transition: height 200ms;
}

#content.content-comments-min #content-comments { height: 67px; }
#content.content-comments-min #content-comments .comments-content { display: none; }
#content.content-comments-min #content-comments .comments-filter-dropdown { display: none; }
#content.content-comments-min #content-comments .comments-min {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px #CA1720 solid;
}

#content.content-comments-low #content-comments { height: 25%; }
#content.content-comments-low #content-comments .comments-low {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px #CA1720 solid;
}

#content.content-comments-med #content-comments { height: 50%; }
#content.content-comments-med #content-comments .comments-med {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px #CA1720 solid;
}

#content.content-comments-high #content-comments { height: 75%; }
#content.content-comments-high #content-comments .comments-high {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px #CA1720 solid;
}

#content.content-comments-max #content-comments { height: calc(100% - 42px); }
#content.content-comments-max #content-comments .comments-max {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px #CA1720 solid;
}

.comments-header {
  position: absolute;
  top: 0; left: 0; right: 0; height: 49px;
  border-bottom: 1px solid #CCC;
}

.comments-header-h3 {
  display: block;
  float: left;
  width: 157px;
  text-align: center;
  line-height: 49px;
  text-transform: uppercase;
  color: #666565;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

/*.comments-header .comments-minimize-maximize {
  position: absolute;
  right: 10px; bottom: 0;
  width: 30px; height: 30px;
  background-image: url('../../Images/minus.png');
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
#content.comments-minimized .comments-header .comments-minimize-maximize {
  background-image: url('../../Images/plus.png');
  bottom: 8px;
}*/

.comments-header .comments-min {
  position: absolute;
  right: 10px; bottom: 10px;
  width: 20px; height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../../Images/min-comments.png');
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
.comments-header .comments-min:hover {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px #CCCCCC solid;
}

.comments-header .comments-low {
  position: absolute;
  right: 40px; bottom: 10px;
  width: 20px; height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../../Images/low-comments.png');
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
.comments-header .comments-low:hover {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px #CCCCCC solid;
}

.comments-header .comments-med {
  position: absolute;
  right: 70px; bottom: 10px;
  width: 20px; height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../../Images/med-comments.png');
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
.comments-header .comments-med:hover {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px #CCCCCC solid;
}

.comments-header .comments-high {
  position: absolute;
  right: 100px; bottom: 10px;
  width: 20px; height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../../Images/high-comments.png');
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
.comments-header .comments-high:hover {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px #CCCCCC solid;
}

.comments-header .comments-max {
  position: absolute;
  right: 130px; bottom: 10px;
  width: 20px; height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../../Images/max-comments.png');
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
.comments-header .comments-max:hover {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 3px #CCCCCC solid;
}

.comments-filter-dropdown {
  margin-top: 16px;
}
.comments-filter-dropdown label {
  font-size: 16px;
  color: #CA1720;
  font-weight: 200;
}
.comments-filter-dropdown .dropdown-arrow {
  background-image: url('../../Images/arrow-down-red.png');
}
.comments-filter-dropdown.dropdown .dropdown-items {
  width: 280px;
}
.comments-filter-dropdown.dropdown .dropdown-items ul li a {
  color: #CA1720;
}

.comments-content {
  position: absolute;
  top: 50px; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  display: block;
}

/*.comment-form {
  border-bottom: 1px solid #ccc;
  display: none;
  padding: 0 0 0 0;
  margin: auto;
  max-width: 800px;
}*/
/*@media (max-width: 1000px) {
  .comment-form { padding-right: 80px;}
}
*/
.comment-content .comment-type-radio { padding: 10px 0; }
.comment-content .comment-type-radio input[type=radio] { display: none; }
.comment-content .comment-type-radio label {
  display: inline-block;
  color: #666666;
  margin-left: 15px;
  font-size: 16px;
  cursor: pointer;
}
.comment-content .comment-type-radio label.selected { color: #CA1720; }

/*promjena 13.04.2017
  height: 50px;*/
.comment-content textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  line-height: 24px;
  color: #222;
  font-weight: 200;
  font-size: 16px;
  text-indent: 5px;
  font-family: VladaSans
}

.comment-content .comment-content-buttons {
  padding: 10px 0;
  text-align: right;
}

.comment-content .comment-content-buttons .comment-content-cancel {
  font-size: 13px;
  color: #AAA;
}

.comment-content .comment-content-buttons input[type=submit] {
  margin-left: 15px;
}

.comments-list {
  padding: 10px 0 20px 0;
}

.comment {
  padding: 10px 0;
}
.comment.selected {
  background-color: #FBE8EB;
}

.comment-content {
  padding: 0 0px 0 100px;
  margin: auto;
  max-width: 800px;
}
/*@media (max-width: 1000px) {
  .comment-content { padding-right: 80px;}
}*/

.comment-info {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 4px 0;
}

.comment-response-info {
  font-size: 14px;
  line-height: 24px;
  padding: 4px 0 6px 20px;
  clear: both;
}

.comment-info .comment-info-left {
  float: left;
  width: 80%;
}

.comment-info .comment-info-username {
  color: #CA1720;
  font-weight: bold;
  margin-right: 10px;
}

.comment-info .comment-info-datetime {
	color: #4B5568;
	margin-right: 10px;
}

.comment-info .comment-info-right {
  float: right;
  text-align: right;
  width: 20%;
}

.comment-info .comment-like,
.comment-info .comment-unlike {
	display: inline-block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 2px;
	color: #4B5568;
	font-weight: 400;
	cursor: pointer;
}

.comment-info .comment-like {
  background-image: url('../../Images/like-grey.png');
  margin-right: 10px;
}
.comment-info .comment-unlike {
  background-image: url('../../Images/unlike-grey.png');
  background-position: 0 4px;
}
.comment-info .comment-like.active {
  background-image: url('../../Images/like-green.png');
  background-position: 0 1px;
}
.comment-info .comment-unlike.active {
  background-image: url('../../Images/unlike-red.png');
}

.comment-action {
    display: inline-block;
    padding-left: 15px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    color: #CA1720;
    font-weight: 200;
    cursor: pointer;
}
.comment-action.comment-action-edit {
  background-image: url('../../Images/edit-red.png');
}
.comment-action.comment-action-delete {
  background-image: url('../../Images/delete-red.png');
}
.comment-action.comment-action-reply {
  background-image: url('../../Images/reply-red.png');
  /*margin-left: 10px;*/
  padding-left: 20px;
  background-position: 0 5px;
}
.comment-action.comment-action-show {
  background-image: url('../../Images/show-red.png');
  /*margin-left: 10px;*/
  padding-left: 25px;
}
.comment-action.comment-action-hide {
  background-image: url('../../Images/hide-red.png');
  /*margin-left: 10px;*/
  padding-left: 25px;
}

.comment-text {
	color: #4B5568;
	font-size: 16px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 200;
	line-height: 23px;
	white-space: pre-wrap;
}

.response-type {
    float: left;
    margin: 6px 10px 0 14px;
    padding: 4px 6px;
    background: #aaa;
    color: white;
    font-size: 16px;
    font-weight: normal;
    border: 0;
    border-radius: 3px;
}
.response-text {
    color: #888;
    margin: 6px 0 0 20px;
    font-size: 16px;
    font-family: 'VladaSans';
    font-weight: bold;
    line-height: 23px;
    float: left;
    clear: both;
}


/* Sidebar */
/* --------------------------------------------------------------------------------- */

#sidebar-handle {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 30px;
  left: -15px;
  background-image: url('../../Images/sidebar-handle-closed.png');
  background-repeat: no-repeat;
  background-position: 30% 50%;
  cursor: pointer;
  z-index: 10;
  -moz-transition: left 200ms;
  -o-transition: left 200ms;
  -webkit-transition: left 200ms;
  transition: left 200ms;
}
#main.sidebar-opened #sidebar-handle {
  background-image: url('../../Images/sidebar-handle-opened.png');
  left: 315px;
}

#main.sidebar-opened #sidebar {
  /*width: 285px;*/
  left: 0;
}

#sidebar .sidebar-content {
  /*padding: 15px;*/
  /*width: 300px;*/
}

#sidebar .sidebar-status {
  padding: 7px 10px;
  border-radius: 4px;
  color: #CCCCCC;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
#sidebar .sidebar-status.opened {
  border-color: #55AD77;
  color: #55AD77;
}
#sidebar .sidebar-status.closed {
  border-color: #CA1720;
  color: #CA1720;
}

#sidebar .sidebar-header {
  padding: 25px 25px 10px 25px;
}

#sidebar .sidebar-header h2 {
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 27px;
  padding-right: 10px;
  display: block;
  margin-top: 0;
  letter-spacing: 1px;
}
#sidebar .sidebar-header a.download {
  display: block;
  padding-left: 18px;
  color: #FFF;
  font-size: 13px;
  font-weight: 200;
  line-height: 20px;
  background-image: url('../../Images/document-download.png');
  background-repeat: no-repeat;
  background-position: 0 40%;
}

	#sidebar .sidebar-header a.returntoecon {
		display: block;
		padding-left: 18px;
		color: #FFF;
		font-size: 13px;
		font-weight: 200;
		line-height: 20px;
		background-image: url('../../Images/arrow-left-gray.png');
		background-repeat: no-repeat;
		background-position: 0 40%;
	}

#sidebar .sidebar-nav {
	padding: 0px 15px 15px 15px;
}

#sidebar .sidebar-nav ul {
  list-style: none;
  padding: 5px 0 0 0;
  margin-bottom: 5px;
}

#sidebar .sidebar-nav ul:first-child {
  padding-left: 0;
}

#sidebar .sidebar-nav ul li {
  color: #FFFFFF;
  margin: 0;
  font-weight: 200;
  font-size: 14px;
  line-height: 22px;
  padding-left: 20px;
  position: relative;
  letter-spacing: 0.8px;
}
#sidebar .sidebar-nav ul li.parent {
  letter-spacing: 0.2px;
}
#sidebar .sidebar-nav ul li .title {
  padding-right:40px;
  display:block;
}

#sidebar .sidebar-nav ul li .badge {
  display: inline-block;
  position: absolute;
  right: 0; top: 0;
  float: right;
  margin-right: 5px;
  text-align: center;
  min-width: 20px;
  font-size: 12px;
  /*background-color: #1B314C;
  border-radius: 3px;
  padding-left:2px;
  padding-right:2px;*/
}

#sidebar .sidebar-nav ul li div:hover {
  background-color: #1B314C;
  border-radius: 3px;
}
#sidebar .sidebar-nav ul li div a:hover
{
	text-decoration: none;
}
#sidebar .sidebar-nav ul li .selected {
  background-color: #1B314C;
  border-radius: 3px;
}
/*#sidebar .sidebar-nav ul li.parent {
  background-image: url('../../Images/line.png');
  background-repeat: repeat-y;
  background-position: 7px 0;
}*/
#sidebar .sidebar-nav ul li.parent.expanded .vertical-line {
  display: none;
}
/*#sidebar .sidebar-nav ul li.parent:hover {
  background-color: transparent;
  border-radius: 0;
}*/
#sidebar .sidebar-nav ul li .vertical-line {
  position: absolute;
  top: 18px; left: 7px; bottom: 11px;
  width: 2px;
  background-image: url('../../Images/line.png');
  background-repeat: repeat-y;
}
#sidebar .sidebar-nav ul li .node-title
{
	padding-left:3px;
}
#sidebar .sidebar-nav ul li .horizontal-line {
  position: absolute;
  top: 10px;
  left: -13px;
  width: 12px;
  height: 1px;
  background-image: url('../../Images/line-horizontal.png');
  background-repeat: repeat-x;
}
/*#sidebar .sidebar-nav ul li.parent .horizontal-line { width: 14px; }*/
#sidebar .sidebar-nav ul li h4 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: 200;
  font-size: 15px;
  padding-right: 22px;
  position: relative;
}
#sidebar .sidebar-nav ul li h4 .badge {
  border-radius: 4px;
  background-color: #273A51;
}
.sidebar-nav ul li.parent .toggle-btn {
  position: absolute;
  top: 3px; left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('../../Images/tree-shrink.png');
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  z-index: 15;
}
#sidebar .sidebar-nav ul li.expanded .toggle-btn {
  background-image: url('../../Images/tree-expand.png');
}

/* Tables */
/* --------------------------------------------------------------------------------- */

.table thead tr th {
  background-color: #CA1720;
}

.table tr td a {
	font-weight: 600;
}

/* Paging */
/* --------------------------------------------------------------------------------- */

.red-pagination {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .red-pagination { padding-right: 80px;}
}

.red-pagination .btnp {
  width: 28px;
  height: 28px;
  line-height: 28px;
  float: left;
  margin-right: 5px;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
}

.red-pagination .btnp-left,
.red-pagination .btnp-right {
  width: 30px;
  height: 30px;
  background-image: url('../../Images/arrow-left-red.png');
  background-repeat: no-repeat;
  background-position: 50%;
  width: 20px;
}

.red-pagination .btnp-left:hover,
.red-pagination .btnp-right:hover {
  background-color: #FBE8EB;
}

.red-pagination .btnp-right {
  background-image: url('../../Images/arrow-right-red.png');
}

.red-pagination .btnp-num {
  text-align: center;
  border: 1px solid #CA1720;
  color: #CA1720;
}

.red-pagination .btnp-num:hover {
  background-color: #FBE8EB;
}

.red-pagination .btnp-num.selected {
  background-color: #CA1720;
  color: #FFFFFF;
}

.comments-pagination {
  padding: 0 200px 0 100px;
  margin: auto;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .comment-pagination { padding-right: 80px;}
}

.comments-pagination .btn {
  width: 28px;
  height: 28px;
  line-height: 28px;
  float: left;
  margin-right: 5px;
  font-size: 14px;
  cursor: pointer;
}

.comments-pagination .btn-left,
.comments-pagination .btn-right {
  width: 30px;
  height: 30px;
  background-image: url('../../Images/arrow-left-red.png');
  background-repeat: no-repeat;
  background-position: 50%;
  width: 20px;
}

.comments-pagination .btn-left:hover,
.comments-pagination .btn-right:hover {
  background-color: #FBE8EB;
}

.comments-pagination .btn-right {
  background-image: url('../../Images/arrow-right-red.png');
}

.comments-pagination .btn-num {
  text-align: center;
  border: 1px solid #CA1720;
  color: #CA1720;
}

.comments-pagination .btn-num:hover {
  background-color: #FBE8EB;
}

.comments-pagination .btn-num.selected {
  background-color: #CA1720;
  color: #FFFFFF;
}

/* Notifications */

.notification {
    padding: 10px;
    position: fixed;
    bottom: 0px;
    min-width: 200px;
	min-height: 100px;
    z-index: 7000;
    width: 75%;
    left: 50%;
    margin: 0 0 0 -37.5%;    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	color:white;
	font-weight:bold;	
}

.notification-close{
    float: right;
    cursor: pointer;
    font-weight: bold;
	font-size:large;
	color:white;
}

.notification-error {
    background-color: #D63333;
}

.notification-warning {
    background-color: #FF9D00;
}

.notification-message {
    background-color: #00A300;
}



/*added ontop of redesign*/
.nav-tabs
{
	padding-top:70px;
}
.glyphicon
{
	background-color:red;
	display:inline-block;
	height:10px;
	width:10px;
}

.animate-show {
  
}

.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.animate-show.ng-hide {
  
}

/*notification*/



.dr-notification-container {
  /*position: absolute;*/
  z-index: 10000;      
  width:100%;
}

.dr-notification-container.bottom {
  bottom: 0px;
  margin-left:auto;
  margin-right:auto;  
  position:fixed;
  width:75%;
  left:50%;
  margin-left:-37.5%;
}

.dr-notification-wrapper {
  margin-left:auto;
  margin-right:auto;  
}

.alert {
  padding: 15px;    
  border-radius:3px;
  color:white;
  font-weight:bold;
}

.alert-success {  
  background-color: #00A300;  
}

.alert-error {  
  background-color: #D63333;  
}

.close {
  float: right;
  font-size: large;
  font-weight: bold;  
  padding-left: 10px;
  color: white;
}
.close:hover,
.close:focus {
  
  text-decoration: none;
  cursor: pointer;  
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.comments-loading
{
	width:100%;
	position:absolute;
	left:50%;	
}
.on-hover-hand {
    cursor: pointer;
}
