/* ------------------ IMPORTS -------------------- */
@import url("../../javascript/jscalendar/calendar-system.css");
/*@import url("calendar.css");*/
@import url("reset.css");
@import url("typography.css");

  @font-face {
    font-family: 'radaroregular';
    src: url('fonts/radaro-webfont.eot');
    src: url('fonts/radaro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/radaro-webfont.woff') format('woff'),
         url('fonts/radaro-webfont.ttf') format('truetype'),
         url('fonts/radaro-webfont.svg#radaroregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ----------------- VARIABLES --------------------- */
/*$far_background: #dcdcdc;*/
/*$far_background: #ededed;*/
/*$top1: lighten(#292626, 2%);*/
/*$dominant: #2C6FB2;*/
/*$dominant: #A82F21;*/
/*$link: #0066CC;*/
/*lighten(#F9F2F2, 1%);*/
/* ----------------- MIXINS --------------------- */
/* ------------------ HELPER CLASSES -------------------- */

.hide {
  display: none;
  visibility: hidden; }


.clear {
  clear: both; }





.task_summary del a
{
 color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}


.fade {
  color: gray;
  background: pink !important;
  border: 1px solid blue !important; }


.search_hit {
  background: red !important;
  border: 1px solid green !important; }


img:-moz-broken {
  /* show broken images */
  -moz-force-broken-image-icon: 1;
  width: 24px;
  height: 24px;
  border: solid 2px red; }


div.popup {
  position: absolute;
  background: #fafafa;
  border: #e1e1e1 1px solid;
  margin-top: 5px;
  padding: 5px;
  -moz-box-shadow: 0px 1px 2px #f9f9f9;
  -webkit-box-shadow: 0px 1px 2px #f9f9f9;
  box-shadow: 0px 1px 2px #f9f9f9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='$color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='$color'); }

/* ------------------ STYLE -------------------- */

html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0; }


body {
  background: #ecf4fc; 
}


a {
  color: #5E0231; }


a:hover {
  color: #856046;
 /* color: #466f1e*/;}


#container {
  min-width: 1000px;
  position: relative; 
  text-align: left;}


#content {
  /*padding: 10px 20px 10px 20px;*/
  padding: 10px;
  min-width: 660px; }


#footer {
  display: block;
  margin: 0px 20px 20px 20px;
  padding-top: 10px;
  border-top: #e1e1e1 solid 1px;
  text-align: right; }


#title {
  /*height: 120px;*/
  /*background-color: #21a5b8;*/
  /*background-color: #5e0231;*/
  
  /* fallback/image non-cover color */
  /*background-image: -moz-linear-gradient(#3c4041, #242627);*/
  /* Firefox 3.6+ */
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3c4041), to(#242627));*/
  /* Safari 4+, Chrome 1+ */
  /*background-image: -webkit-linear-gradient(#3c4041, #242627);*/
  /* Safari 5.1+, Chrome 10+ */
  /*background-image: -o-linear-gradient(#3c4041, #242627);*/
  /* Opera 11.10+ */
  /*border-bottom: 1px solid #c7a693;*/
  /*border-bottom: 4px solid $dominant;*/
  /*margin: 0;*/
  /*font-size:2.5em;*/
      font-size: 26px;
    line-height: 48px;
    margin-bottom: 0;
    color:#d9534f;
}

  #title a {
    /*color: white;*/
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    /*padding: 25px 23px;*/
    /*width: 50%;*/ }


#menu {
 /* position: absolute;*/
  /*top: 5px;*/
/*  top: 0px;
  right: 5px; */
  height: 53px;
    line-height: 53px;
    float:right;
  
}

  #menu #menu-list {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none; }

    #menu #menu-list a {
      /*color: #dddddd;*/
      color:#FFFFFF;
      font-weight:bold;
      text-decoration: none;
      padding: 0px 10px;
      height:53px;
      line-height:53px;
      display:block;
      /*padding: 3px 7px;*/ }

    #menu #menu-list a:hover {
      background: #2c6e98;
      color:#FFFFFF;
     /* border-radius: 5px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;*/ }

    tr.active, #menu #menu-list a.active {
      /*background: $inverse_link;      */
      color: #FFFFFF;
      background: #2c6e98;
      /*border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;*/ }

    #menu #menu-list a#lastsearchlink.active {
      border-radius: 10px 10px 0px 0px;
      -moz-border-radius: 10px 10px 0px 0px;
      -webkit-border-radius: 10px 10px 0px 0px; }

    #menu #menu-list li {
      display: block;
      /*padding: 0px 2px;*/
      float: left;
      /*height: 1.4em;*/
      border-left: dotted 1px #888888; }

    #menu #menu-list li.first {
      border: none; }

    #menu #menu-list #locked {
      margin-left: 7px; 
      color: #FFFFFF }


div#mysearches {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #dddddd;
  border: solid 3px #5f9729;
  width: 218px;
  overflow: auto;
  max-height: 25em;
  display: none;
  position: absolute;
  left: 0;
  top: 1.4em;
  margin-top: 1px;
  z-index: 5;
  padding: 2px 5px 3px; }

  div#mysearches table#mysearchestable {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0; }

    div#mysearches table#mysearchestable a {
      color: #3c4041;
      font-weight: normal; }

    div#mysearches table#mysearchestable a:hover {
      background: none;
      text-decoration: underline; }

  div#mysearches .searches_delete {
    width: 20px; }

  div#mysearches a {
    padding: 0 0 0 0.2em;
    font-weight: bold; }

  div#mysearches table tr {
    border-bottom: dotted 1px gray;
    text-align: left;
    padding: 0.1em 0; }

  div#mysearches table tr.last {
    border: 0; }

  div#mysearches td {
    vertical-align: middle; }


#pmcontrol {
  float: right;
    margin-right: 11px;
  width:23%;
}


#pmcontrol div {
  /*display: -moz-inline-stack;*/
  /* optional */
  /*display: inline-block;*/
  /*zoom: 1;*/
  /* triggers hasLayout for IE */
  /**display: inline;*/
  /* target IE7 only */ }


#showtask #taskid {
  /*width: 50px;*/
  width: 77px;
}


#projectselector {
  /*margin-top: 3px;*/
  /*margin-right: 10px;*/
  float:right;
  width:80%;
}

  #projectselector button {
    margin-bottom: 2px; }

  #projectselector option[selected] {
    font-weight: bold; }


#pm-menu {
/*  height: 40px;
  position: absolute;
  top: 81px;
  width: 100%;
  min-width: 660px;*/ }

  #pm-menu #pm-menu-list {
    list-style: none;
    float:left;
    /*height: 40px;
    border-bottom: solid 4px #c7a693;*/
    margin: 0;
    padding: 0px 0px 0px 10px; 
    width:75%;
  }

    #pm-menu #pm-menu-list li {
      display: block;
      float: left;
      width:20%;
    }

      #pm-menu #pm-menu-list li a {
        display: block;
        line-height: 20px;
        padding: 10px 8px;
        margin-right: 5px;
        color: #fff;
        text-decoration: none;
       /* border-left: dotted 1px #3c4041;*/
        border-radius: 3px;
        background-repeat: no-repeat;
        background-position: 12px 50%; }

      #pm-menu #pm-menu-list li a:hover {
      /*  background-color: #fdfbc2;*/
	  /*background-color: #dbc3d0;*/
        /*border-left: 1px solid #fdfbc2;*/ 
	/*color: #21a5b8;*/
	/*color: #5e0231;*/
      }

      #pm-menu #pm-menu-list li a.active {
        /*color: darken($top2, 10%);*/
        /*background-color: #c7a693;
        border-left: none;
        border-bottom: 3px solid #c7a693;
        border-top: 1px solid #c7a693;
        border-right: 1px solid #c7a693;*/
	/*color: #21a5b8;*/
	/*color: #000;*/
      }

    #pm-menu #pm-menu-list li.first a {
      border-left: none; }

#pm-menu-list i
{
    font-size:30px;
  vertical-align: middle;
  margin-right:0px;
}

#pm-menu-list a
{
  font-size:18px;
}

#toplevellink i
{
  /*background-image: url("img/gray/folder_stroke_12x12.png");*/ 
}

#toplevellink
{
  
}


#homelink {
  /*background-image: url("img/gray/list_12x11_white.png");*/ }
  
#homelink:hover {
  /*background-image: url("img/gray/list_12x11_dark.png");*/ }


#newtasklink {
  /*background-image: url("img/gray/document_alt_stroke_9x12_white.png");*/ }


#reportslink {
  /*background-image: url("img/gray/calendar_alt_stroke_12x12.png");*/ }


#roadmaplink {
  /*background-image: url("img/gray/compass_12x12.png");*/ }


#projectslink {
  /*background-image: url("img/gray/cog_alt_12x12.png");*/ }


.active#toplevellink {
  /*background-image: url("img/white/folder_stroke_12x12_black.png");*/ }
  
#toplevellink:hover {
  /*background-image: url("img/gray/folder_stroke_12x12_dark.png");*/ }


.active#homelink {
  /*background-image: url("img/white/list_12x11.png");*/ }


.active#newtasklink {
  /*background-image: url("img/white/document_alt_stroke_9x12_black.png");*/ }
  
#newtasklink:hover {
  /*background-image: url("img/gray/document_alt_stroke_9x12_dark.png");*/ }


.active#reportslink {
  /*background-image: url("img/white/calendar_alt_stroke_12x12.png");*/ }


.active#roadmaplink {
  /*background-image: url("img/white/compass_12x12.png");*/ }


.active#projectslink {
  /*background-image: url("img/white/cog_alt_12x12.png");*/ }

/* --- buttons --- */

#actionbar {
  /*height: 4em;*/
  position: relative;
  margin-bottom:10px;
  margin-top: 15px;
}

  #actionbar a.button {
    margin-bottom: 0; }

  #actionbar button.button {
    margin-bottom: 0; }

  #actionbar .main {
    float: right; }


a.button, button.button {
  display: -moz-inline-stack;
  /* optional */
  display: inline-block;
  zoom: 1;
  /* triggers hasLayout for IE */
  *display: inline;
  /* target IE7 only */
  margin: 0.3em 0.3em 0.3em 0;
  /*padding: 8px 13px 8px 10px;*/
  padding:5px 17px!important;
  /* Links */
  border: 1px solid #374d72;
  border-radius: 4px;
  /*-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 0px 1px 1px #dddddd;
  -webkit-box-shadow: 0px 1px 1px #dddddd;
  box-shadow: 0px 1px 1px #dddddd;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='$color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='$color');
  background-color: #374d72;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 100%;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer; }

  a.button img, button.button img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
    float: none; }


a.button:hover, button.button:hover {
/*  background-color: #c7a693;
  border: 1px solid #c7a693;*/
  color:#FFFFFF;
}


a.button:active, button.button:active {
/*  background-color: #C7A693;
  border: 1px solid #C7A693;*/
  color: #fff; }


body .positive {
  /*color: white;*/
  /*background: lighten(#5F9729, 10%);*/
  background-color: #d2ecb9;
  border: solid 1px #5a8f27;
  border-top: solid 1px #85cb41;
  border-right: solid 1px #85cb41; }


a.positive:hover, button.positive:hover {
  background-color: #C7A693;
  border: solid 1px #C7A693;
  color: #FFFFFF;
  text-decoration:underline; }


a.positive:active, button.positive:active {
  background-color: #529214;
  border: 1px solid #529214;
  color: #fff; }


body .negative {
  color: #d12f19; }


a.negative:hover {
  background-color: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #d12f19; }


a.negative:active {
  background-color: #d12f19;
  border: 1px solid #d12f19;
  color: #fff; }


#intromessage {
  display: block; }


#tasklist {
  margin: 10px 0px 10px 0px;
  padding: 10px;
  background: white;
  border: solid 1px #d2d2d2;
  /*border-radius: 3px;*/ }

  #tasklist table {
    width: 100%; }

  #tasklist tr:nth-child(2n) {
    background-color: #f9f9f9; }


#search {
  margin: 10px 0px 10px 0px;
  padding: 10px;
  background: white;
  border: solid 1px #d2d2d2;
  /*border-radius: 3px;*/ }

  #search fieldset {
    margin:0px;
    padding: 0px;
    background: white;
    border:none;
    /*border-radius: 3px;*/ }


#intromessage {
  margin: 10px 0px 10px 0px;
  padding: 10px;
  background: white;
  border: solid 1px #e1e1e1;
  border-radius: 3px; }


body.toplevel .box {
  margin: 5px 0px 5px 0px;
  padding: 5px;
  background: white;
  border: solid 1px #d2d2d2;
  border-radius: 0px;
  margin: 10px 0 0 10px;
  /*width: 370px;*/
  width: 355px;
  height: 200px;
  /*height: 280px;*/
  /*@include inline-block;*/
  vertical-align: middle;
  float: left; }


body.toplevel .single-project {
  width: auto;
  float: none;
  display: block;
  height: auto; }


.progress_bar_container {
  width: 150px;
  margin: 0 5px;
  border: solid 1px #000;
  height: 11px;
  position: relative;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: -moz-inline-stack;
  /* optional */
  display: inline-block;
  zoom: 1;
  /* triggers hasLayout for IE */
  *display: inline;
  /* target IE7 only */
  vertical-align: sub; }

  .progress_bar_container .progress_bar {
    height: 100%;
    background: #5f9729;
    border-right: 1px solid #2d4713;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #acdc7d;
    /* fallback/image non-cover color */
    background-image: -moz-linear-gradient(#acdc7d, #78bf34);
    /* Firefox 3.6+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#acdc7d), to(#78bf34));
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-linear-gradient(#acdc7d, #78bf34);
    /* Safari 5.1+, Chrome 10+ */
    background-image: -o-linear-gradient(#acdc7d, #78bf34);
    /* Opera 11.10+ */ }

  .progress_bar_container span {
    text-align: center;
    position: absolute;
    z-index: 100;
    width: 100%;
    font-size: 10px;
    line-height: 1em;
    text-shadow: 0 0 6px white; }


td.task_progress .progress_bar_container {
  width: 100%; }


a {
  text-decoration: none;
  color: #337ab7;
}


#tasklist_table {
  /*border-bottom: solid 1px #a1a6a8;*/
  border: solid 1px #ddd;
}

  #tasklist_table th {
    /*padding: 0 4px;*/
    background: #f9f9f9;
    /*background: #dbc3d0;*/ }

    #tasklist_table th img {
      position: relative;
      top: 2px; }

    #tasklist_table th a {
      /*color: $inverse_link;*/
       color: #2d2d2d;
    font-size: 14px;
    font-weight: bold;
    }

  #tasklist_table td {
    cursor: pointer; }

  #tasklist_table tr.current_row td.caret {
    background-image: url(img/caret.gif);
    background-repeat: no-repeat;
    background-position: 3px; }

  #tasklist_table td.caret {
    width: 15px;
    padding: 0 !important; }

  #tasklist_table .ttcolumn {
    width: 10px;
    text-align: center; }

    #tasklist_table .ttcolumn input {
      margin: 0; }

    #tasklist_table .ttcolumn a {
      background-image: url(img/black/loop_alt3_12x9.png);
      background-repeat: no-repeat;
      background-position: center;
      width: 30px;
      height: 30px;
      display: block; }

  #tasklist_table thead th,  #tasklist_table td
  {
    border-left: solid 1px #ddd;
    padding:8px;
  }
  
  #tasklist_table tbody td
  {
    border-top: solid 1px #ddd;
  }


a.toggle_selected {
  background-image: url(img/black/loop_alt3_12x9.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: block; }


tr.severity1 .task_severity {
  background-color: white; }


tr.severity2 .task_severity {
  background-color: white; }


tr.severity3 .task_severity {
  background-color: #f5e7e7; }


tr.severity4 .task_severity {
  background-color: #f5dddd; }


tr.severity5 .task_severity {
  background-color: #f5d1d1; }


tr.severity1:hover td {
  /*background-color: #f2f2f2 !important;*/ }


tr.severity2:hover td {
  /*background-color: #f2f2f2 !important;*/ }


tr.severity3:hover td {
  /*background-color: #eed4d4 !important;*/ }


tr.severity4:hover td {
  /*background-color: #efc9c9 !important;*/ }


tr.severity5:hover td {
  /*background-color: #f0bcbc !important;*/ }


div#toolbox {
  margin: 10px 0px 10px 0px;
  padding: 10px;
  background: white;
  border: solid 1px #e1e1e1;
  border-radius: 3px;
  margin-left: 120px;
  min-height: 450px;
  height: 1%;
  /* Fix for IE bug */
  padding: 20px; }

  div#toolbox div.tab {
    margin: 10px 0px 10px 0px;
    padding: 10px;
    background: white;
    border: solid 1px #e1e1e1;
    border-radius: 3px; }

  div#toolbox h3 {
    margin-bottom: 1em;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd; }


div#toolboxmenu {
  position: relative;
  float: left;
  padding-top: 10px; }

  div#toolboxmenu a {
    display: block;
    border: 1px solid #d4d4d4;
    /*border-right: none; */
    padding: 10px 5px;
    margin-left: 10px;
    width: 100px;
    text-align: center;
    background: #e5e5e5;
    color: #3c4041;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px; }

  div#toolboxmenu a:hover {
    background-color: #d6d8d9;
    /*color: $inverse_link;*/ }

  div#toolboxmenu a.active {
    margin-left: 0;
    font-weight: bold;
    width: 100px;
    padding: 5px 10px;
    background-color: white;
    color: #3c4041;
    border: 1px solid #e1e1e1;
    border-right: none;
    /*border-left: 1px solid lighten($top1, 30%);*/
    border-left: 2px solid #78bf34; }


#controlBox {
  border: 1px solid gray;
  padding: 1px;
  background: #fff;
  width: auto !important;
  width: 90px;
  margin-left: 40px;
  display: table;
  position: absolute; }

  #controlBox div.grip {
    background: #ccc;
    cursor: move;
    height: 12px; }

  #controlBox div.inner {
    padding: 5px 5px 4px 5px;
    white-space: nowrap;
    opacity: .2; }


#controlBox.active div.inner {
  opacity: 1; }


div#fineprint {
  /*border-top: 1px solid $box_border;*/
  font-size: 15px;
  margin: 5px 0;
  padding: 10px 5px 10px 0px;
  color: #555555; }


form #taskdetails #taskfields {
  width: 335px; }

form #taskdetails #taskdetailsfull {
  margin-left: 355px; }

/*    coderevolts*/
#taskdetails {
  /*margin: 10px 0px 10px 0px;*/
  padding: 0px 10px;
  background: white;
  border: solid 1px #d2d2d2;
  border-radius: 0px;
  margin:15px 0px 20px;
}

  #taskdetails #navigation {
    /*float: right;*/
    text-align:right;
    padding:10px 0px;
  }

  #taskdetails h2 {
    color: #2d2d2d; 
    background:#f5f5f5 none repeat scroll 0 0;
    padding: 5px 10px;
  }

  #taskdetails #taskfields {
    width: 290px;
    float: left;
   /* border-right: 1px solid #d2d2d2;*/
    padding-top: 5px;
    background: #FFFFFF;
    /*margin: -10px;*/ }

    
/*    coderevolts*/
    #taskdetails #taskfields ul.fieldslist {
     /* margin-bottom: 35px;*/
      list-style: none;
      margin-right: 1ex;
      padding-left: 1ex;
      margin-bottom:0px;
    }

      #taskdetails #taskfields ul.fieldslist li {
        clear: both;
        margin-top: 2%;
        padding-top: 1%;
        padding-bottom: 1%;
        overflow: auto;
        width: 100%;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px; }

        #taskdetails #taskfields ul.fieldslist li .label {
          display: block;
          float: left;
          width: 45%;
          /*text-align: right;*/
          color: #000; }

        #taskdetails #taskfields ul.fieldslist li .value {
          display: block;
          float: right;
          width: 50%; }

      #taskdetails #taskfields ul.fieldslist > li:nth-child(2n-1) {
        /*background-color: #F8F4F2;*/ }

  #taskdetails #showvotes {
    position: absolute;
    margin: 10px 0px 10px 0px;
    padding: 10px;
    background: white;
    border: solid 1px #e1e1e1;
    border-radius: 3px; }

    #taskdetailsfull {
    margin-left: 300px;
    padding: 0em 25px 20px;
       border-left: 1px solid #d2d2d2;
       /*min-height: 1000px;*/
    }

   #taskinfo {
    margin-left: 300px;
    /*margin-top: 15px;*/
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    padding: 8px 25px; }


#comments, #related, #notify, #remind, #history {
  margin: 10px 0px 10px 0px;
  padding: 10px;
  background: white;
  border: solid 1px #e1e1e1;
  border-radius: 3px; }

#comments h4 {
  margin:1em 0 0.5em 0;
}

.userlist th {
  background-color: #e0e0e0; }

.userlist tr:nth-child(2n-1) td {
  background-color: #f1f1f1; }


#related .related {
  float: left;
  margin-right: 0; }
  
#duplicate_tasks th
{
  height: 30px;
}


#content > #submenu {
  /*margin-left: $twocol_content_margin;*/ }


#submenu {
  margin-bottom: 0;margin-top:5px;
  height: 25px; }

  #submenu a {
    border: 1px solid #374d72;
    background: #374d72;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 21px;
    margin: 4px 0 0 2px;
    padding: 7px 10px 1px 10px;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px; }

  #submenu a:hover {
    background-color: #FFFFFF;
    border-top:1px solid #374d72;
    border-right:1px solid #374d72;
    border-left:1px solid #374d72;
    border-bottom: 1px solid white;
    color:#374d72;
  }

  #submenu a.active {
    height: 26px;
    margin-top: 0;
    font-weight: bold;
    border-bottom: 1px solid white;
    border-right: bottom;
    /*border-top: 1px solid lighten($top1, 30%);*/
    border-top: 2px solid #374d72;
    background-color: white;
    z-index: 5;
    color:#374d72;
  }

  #submenu li {
    display: inline; }


div.tab {
  margin: 10px 1ex 10px 0;
  padding: 1ex 1ex 0; }


* html .tab div.clear {
  clear: none;
  height: 14em; }


div.comment_container {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e1e1e1; }

  div.comment_container span.comment-left-block {
    display: block;
    float: left;
    font-size:70%!important;
    width: 200px;
/*    width: 80%;*/
    margin: 5px 0px 5px 0px;
    /*padding: 5px;*/
    background: white;
    border: solid 1px #d2d2d2;
    border-radius: 0px;
    background-color: #f5f5f5; }

  div.comment_container .commenttext {
    padding-top: 7px; }
    
    
      div.comment_container .commenttext em {
    display: block;
    float: none;
    font-size:70%!important;
/*    width: 200px;*/
    width: 80%;
    margin: 5px 0px 5px 0px;
    padding: 5px;
    background: white;
    border: solid 1px #e1e1e1;
    border-radius: 3px;
    background-color: #fefefe; }

  div.comment_container .comment {
    margin-left: 235px; }

  div.comment_container .attachments {
    margin: 10px 0px 10px 0px;
    padding: 10px;
    background: white;
    border: solid 1px #e1e1e1;
    border-radius: 3px;
    width: 350px;
    background-color: #fefefe;
    background-image: url(img/gray/pin_24x24.png);
    background-repeat: no-repeat;
    background-position: 340px 5px; }

    div.comment_container .attachments img {
      position: relative;
      top: 4px; }

  div.comment_container .commentlink {
    /*background-image: url(img/gray/comment_stroke_16x14.png);
    background-repeat: no-repeat;*/
    /*display: block;
    float: left;
    height: 14px;
    width: 16px;
    margin: 2px 4px 0 2px;*/ }

  div.comment_container .commentlink:hover {
    background-image: url(img/black/comment_stroke_16x14.png); }


textarea {
  width: 99%; 
  height:350px;
  padding:10px;
  border:1px solid #d2d2d2;
  box-shadow:none;
  margin-bottom:10px;
}


#events {
  margin: 10px 0px 10px 0px;
  padding: 10px;
  background: white;
  border: solid 1px #e1e1e1;
  border-radius: 3px; }
.eventlist {
  height: 150px;
}

table th {
  vertical-align: middle; }

table td {
  vertical-align: top; }


div.box, p.box {
  margin: 10px 0px 10px 0px;
  padding: 10px;
  background: white;
  border: solid 1px #e1e1e1;
  border-radius: 3px; }


div.roadmap {
  margin: 10px 0px 10px 0px;
  padding: 10px;
  background: white;
  border: solid 1px #e1e1e1;
  border-radius: 3px; }


div.error, div.success, div.mixed {
  margin: 10px 0px 10px 0px;
  padding: 10px;
  background: white;
  border: solid 1px #e1e1e1;
  border-radius: 3px;
  z-index: 50;
  margin: 20px 20px 0 20px;
  color: white;
  position: absolute;
  top: 110px;
  width: 30%;
  left: 35%; }


div.error {
  background: #fbeeee;
  border: solid 1px #dc5656;
  padding-left: 50px;
  color: #953939; }


div.mixed {
  background: #ffcc00 url(frown.png) no-repeat 5px 1px; }


div.success {
  background: #f0f8eb;
  border: solid 1px #6eb939;
  padding-left: 50px;
  color: #548a2f; }


a#show_loginbox {
  margin-right: 5px; }


#menu a#show_loginbox.active {
  /*border-radius: 10px 10px 0 0;*/ }


#loginbox {
  /*border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;*/
  background: #2c6e98 none repeat scroll 0 0;
  border: solid 2px #2c6e98;
  right: 5px;
  z-index: 200;
  /*height: 60px;*/
  /*width: 450px;*/
  width: 12%;
  padding-top: 10px;
  margin-top: 1px;
  top: 52px;
  box-shadow: none; }

  #loginbox #login label {
    color: #FFFFFF; }

  #loginbox #login a {
    color: #FFFFFF;
    text-decoration: underline; }
  #loginbox #login a:hover {color: #fff;}


form#login {
  position: relative; }

  form#login #lbl_user_name, form#login #lbl_password {
    width: 100%; }

  form#login label {
    width: 63%;
    display:inline-block;
    color: #dddddd;
    /*width: 100px;*/
    margin: 0 2px 0 5px;
    font-size:14px;
    line-height:20px;
  }

  form#login #links {
    position: absolute;
    top: 30px;
    left: 20px; }

    form#login #links a {
      padding: 3px 7px; }

    form#login #links a:hover {
      background: #494d4e;
      text-decoration: none;
      color: #dddddd;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px; }

    form#login #links a.active {
      background: #dddddd;
      color: #3c4041;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px; }

  form#login .remember_me {
    /*float: right;*/}



span#advancedsearchstate img {
  vertical-align: middle; }


fieldset {
  margin: 10px 0px 10px 0px;
  padding: 10px;
  background: white;
  border: solid 1px #e1e1e1;
  border-radius: 3px; }


#content > fieldset legend {
  color: #3c4041;
  background: #f9f9f9;
  padding: 2px 9px;
  border: solid 1px #e1e1e1;
  /*border-bottom: solid 1px $box_border;*/
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }


#content > h3 {
  margin-top: 1em; }


thead th {
  /*border-bottom: solid 1px #a1a6a8;
  border-top: solid 1px #a1a6a8;*/
  background: none; }


div#taskinfo {
  /*width:98%;*/ }


div#taskstatus {
  border-bottom: 1px solid #ccc;
  padding: 4px;
  margin-bottom: 5px; }


div#taskclosed {
  background: none repeat scroll 0 0 white;
  border: 1px solid red;
  clear: both;
  font-size: 11px;
  margin: 189px 0 0 -10px;
  padding: 0;
  width: 289px; }


div#taskdeps {
  /*float: left;*/
  width: 50%;
  margin-bottom: 8px; }


div#taskblocks {
  float: left;
  width: 45%; }


a.datelink {
  background-image: url(img/black/calendar_alt_fill_16x16.png);
  background-repeat: no-repeat;
  display: -moz-inline-stack;
  /* optional */
  display: inline-block;
  zoom: 1;
  /* triggers hasLayout for IE */
  *display: inline;
  /* target IE7 only */
  height: 16px;
  width: 16px;
  vertical-align: middle; }


hr {
  /*color: $box_border;*/
  border: none;
  border-top: 1px solid #e1e1e1; }


div#permissions {
  width: 22em;
  visibility: hidden;
  position: absolute;
  top: 25px !important;
  top: 60px;
  left: 0;
  margin: 0;
  z-index: 5;
  padding: 5px;
  display:none!important;
}

  div#permissions td, div#permissions th {
    padding: 2px 5px;
    border: 0;
    text-align: left;
    font-weight: 400; }

  div#permissions table {
    color: #000;
    background: #fff;
    border: 1px dotted #000; }

  div#permissions table thead th {
    font-weight: 700; }

  div#permissions td.good, div#permissions table td.bad {
    text-align: right; }


fieldset.advsearch_misc input {
  vertical-align: middle; }

fieldset.advsearch_misc label {
  margin-right: 10px;
  white-space: nowrap; }


fieldset.advsearch_dates label {
  margin: 0 5px; }


.search_select {
  float: left;
  position: relative;
  margin-right: 10px;
   width: 13%;
}

  .search_select .multisel {
    position: absolute;
    white-space: nowrap; }

  .search_select select {
    margin-top: 1.3em;
    height: 7em; }


fieldset.advsearch_users .multisel {
  position: absolute;
  white-space: nowrap; }

fieldset.advsearch_users input {
  margin-top: 1.3em; }

/* --------------------------- FORMS -----------------------*/

ul.form_elements {
  list-style: none;
  padding: 0;
  margin: 0 0 0 1em; }

  ul.form_elements li {
    padding: 2px;
    margin-bottom: 9px; }

    ul.form_elements li label {
      width: 200px;
      display: -moz-inline-stack;
      /* optional */
      display: inline-block;
      zoom: 1;
      /* triggers hasLayout for IE */
      *display: inline;
      /* target IE7 only */
      vertical-align: top;
      text-align: right;
      padding-right: 1ex;
      padding-top: 2px;
      color: #555555; }

    ul.form_elements li label.inline {
      display: inline; }

    ul.form_elements li input {
      vertical-align: middle; }

    ul.form_elements li textarea {
      width: 30em; }

  ul.form_elements li.required label {
    font-weight: bold; }

  ul.form_elements li:hover label {
    /*text-decoration: underline;*/ }

  ul.form_elements span.note {
    margin-left: 205px; }


ul.wide li label {
  width: 250px; }


ul.slim {
  width: 390px;
  margin: 0; }

  ul.slim li label {
    width: 110px; }

  ul.slim li div.userSelectWidget {
    display: -moz-inline-stack;
    /* optional */
    display: inline-block;
    zoom: 1;
    /* triggers hasLayout for IE */
    *display: inline;
    /* target IE7 only */
    vertical-align: middle;
     width: 52%;
  }

    ul.slim li div.userSelectWidget input {
      width: 120px; }


.dateselect {
  clear: both; }

  .dateselect label:first-child {
    width: 120px;
    text-align: right;
    padding-right: 5px;
    float: left; }

/* fancy dual selects */

.double_select {
	padding-left: 100px;
	position: relative;}

  .double_select .dualselect_selectable {
    height: 220px;
    width: 40%;
    display: -moz-inline-stack;
    /* optional */
    display: inline-block;
    zoom: 1;
    /* triggers hasLayout for IE */
    *display: inline;
    /* target IE7 only */
    vertical-align: middle; }

  .double_select .dualselect_buttons {
    width: 16%;
    display: -moz-inline-stack;
    /* optional */
    display: inline-block;
    zoom: 1;
    /* triggers hasLayout for IE */
    *display: inline;
    /* target IE7 only */
    vertical-align: middle; }

    .double_select .dualselect_buttons button {
      width: 100%;
      padding: 3px; }

  .double_select .dualselect_selected {
    height: 220px;
    /*min-width: 12em;*/
    display: -moz-inline-stack;
    /* optional */
    display: inline-block;
    zoom: 1;
    /* triggers hasLayout for IE */
    *display: inline;
    /* target IE7 only */
    vertical-align: middle;
    width: 40%; }

    .double_select .dualselect_selected select {
      width: 100%;
      height: 80%; }

    .double_select .dualselect_selected button {
      height: 10%;
      width: 100%; }

	.double_select .c1 select {
      height: 24em;
      min-width: 12em;
      width: auto;}

	.double_select td {
	  text-align: center;
	  vertical-align: middle;}

	  .double_select .c3 button {
		 height: 2em;
		 width: 12em;}

	  .double_select .c3 select {
		height: 20em;
		min-width: 12em;
		width: auto;}
/* closing task form */

div#closeform {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0px 1px 1px #dddddd;
  -webkit-box-shadow: 0px 1px 1px #dddddd;
  box-shadow: 0px 1px 1px #dddddd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='$color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='$color');
  padding: 2em;
  position: absolute;
  right: 5px;
  top: 3em; }

div#taskdeps h4 {
  margin-bottom:0.3em;
}

div#taskdeps table {
  margin:0 0 0.8em -0.2em;
}

div#taskdeps td {
  padding:0.2em 0.4em;
}

div#taskdeps img {
  vertical-align:middle;
  margin-top:-1px;
}

input[type=text], input[type=password], select {
    color: #000;
    background: #fff;
   /* border: 1px solid #ccc;*/
    border: 2px solid #FFFFFF;
    /*height: 19px;*/
    height: 29px;
    padding: 2px;
    vertical-align: middle;
}

input[type=submit], button {
    /*background: #69C;*/
    background: #badfff;
    /*border:  1px solid #0a4193;*/
    border:  1px solid #badfff;
    color: #2c6e98;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    vertical-align: middle;
    /*height:29px;*/
    padding:5px 17px;
}

input[type=text], input[type=submit], button, select {
    /*-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
}

button {vertical-align: middle; margin-bottom: 2px;margin-top: 0px; line-height: 20px;}
select {height: 29px; vertical-align: middle; border : 1px solid #d2d2d2;}

input[type=submit]:hover, button:hover {
    /*background: #5F9729;*/
    /*background: #C7A693;*/
    /*color: #fff;*/
    /*border-color: #5F9729;*/
   /* border-color: #C7A693;*/
}

#show_loginbox {
    /*background: #2c6e98;*/
/*    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    color:#FFFFFF!important;
}

#menu #menu-list a#show_loginbox:hover {
    background-color: #2c6e98;
    color:#FFFFFF!important;
}

#login_hidelink {
    float: right;
    text-align: right;
}

#login_input {
    /*height: 30px;*/
}

#login_links {
    /*height: 30px;*/
    /*padding: 5px 20px;*/
}

#login_button {vertical-align: baseline;}

div.denyform {
	visibility:hidden;
	position:absolute;
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #E1E1E1;
	margin-top:5px;
	display:block;
	width:300px;
	height:auto;
	padding:5px 30px 5px 5px;
}

#notify_types {height: 10em;}

#rassigned_to {height: 12em; }

/* Stuff for the autocomplete lists {{{ */

span.autocomplete {
	background-color:#F5F5F5;
	position: absolute;
	width: auto !important;
	border:1px solid gray;
	padding: 0px;
	margin:-1px 0 0;
	text-align:left;
	display:block;
}

span.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

span.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding:2px 4px;
	height: 1.1em;
	white-space:nowrap;
}

span.autocomplete ul li span.informal {
	color: darkgray;
	font-size:0.9em;
}

span.autocomplete ul li.selected {
	background-color: #5F9729;
	cursor:pointer;
	color:HighlightText;
}

#actionbuttons {
	margin-left: 300px;
	/*margin-top: 15px;*/
	/*min-height: 50px;*/
	padding: 0px 5px; }
	
	
button#searchthisproject 
{
  border:1px solid #000;
  font-size:15px;
}

td.task_summary a, .task_id a
{
  color:#337ab7;
}

td.task_summary a:hover, .task_id a:hover, a:hover
{
  color:#23527c;
  text-decoration:underline;
}

th a
{
  color:#5E0231;
}

#taskdetailsfull h2.severity2 a
{
  color:#FFFFFF;
}

#taskdetailsfull h2.severity2
{
  /*padding-bottom:10px;*/
}

#taskdetailsfull h2#edit_summary
{
  padding-bottom:10px;
  margin-top: 10px;
}

#actionbar button.button
{
  background-color:#374d72;
  border:1px solid #374d72;
}

#actionbar a#edittask.button, #actionbar a#closetask.button;
{
  padding:5px 15px!important;
}

.single-project h2
{
  background:#f5f5f5;
  padding:5px 10px;
}

.single-project h2 a
{
  color:#337ab7;
}

.single-project h2 a:hover
{
    color: #23527c;
    text-decoration: underline;
}

#taskdetailsfull h2 input.text.severity2
{
  margin-bottom:10px;
}



/*=================== Header ======================*/

.top-header
{
  background-color:#182232;
  padding:0px 10px;
  margin-bottom:10px;
}
.logo
{
    color: #FFFFFF;
    font-family: "radaroregular";
    font-size: 30px;
    margin-top: 5px;
    float:left;
    margin-top:0px;
    width:25%;
}

.logo img {
    vertical-align: middle;
}

a#logoutlink i, a#show_loginbox i
{
  font-size:30px;
  line-height: 53px;
}

ul#pm-menu-list li a#toplevellink
{
  background-color:#62ACEC;
}

ul#pm-menu-list li a#homelink
{
  background-color:#5CB85C;
}

ul#pm-menu-list li a#newtasklink
{
  background-color:#F0AD4E;
}

ul#pm-menu-list li a#reportslink
{
  background-color:#d9534f;
}

ul#pm-menu-list li a#projectslink
{
  background-color:#865690;
}


.project-title {
    float: left;
     text-align: center;
    width: 45%;
}

#title i
{
/*    float: left;
    left: 104px;
    position: relative;
    top: 10px;*/
}

.top-fields, .login-btn, .remember_me, .lost-password, #login_links .lost-password a#forgotlink
{
  line-height:30px!important;
  margin-bottom:10px!important;
   height: auto;
}

#login_links .lost-password a#forgotlink
{
  padding-left:5px;
}


.login-btn {
    /*margin-left: 73px;*/
}

.chosen-container
{
  width:100%!important;
}


.chosen-container.chosen-container-single .chosen-single
{
    background:#fff;
    border-radius: 0px;
    box-shadow: none;
    height: auto;
    padding: 5px 10px;
    width: 100%;
    border:1px solid #d2d2d2;
}

.chosen-container.chosen-container-multi .chosen-choices
{
  background:#fff;
    border-radius: 0px;
    box-shadow: none;
    border:1px solid #d2d2d2;
    padding: 2px 10px;
}

.chosen-container.chosen-container-single .chosen-single div b
{
  background-position:0px 7px;
}

.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-single
{
  background:#fff;
  border-radius: 0px;
    box-shadow: none;
    border:1px solid #d2d2d2;
}

.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active b
{
  background-position:-18px 8px;
}

.chosen-container .chosen-drop
{
  border:1px solid #d2d2d2!important;
}

.chosen-container.chosen-container-multi
{
  width:100%!important;
}

.chosen-container.chosen-container-multi .chosen-choices li.search-choice
{
  background:#FFFFFF;
  border-radius:0px;
  box-shadow:none;
}

#search #projectsearchform button#searchthisproject
{
  padding: 7px 10px;
}

#taskfields li .user-name-list a
{
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 20px;
    padding: 9px;
    width: 20px;
    text-align: center;
    margin-bottom:5px;
}

#taskfields li span.user-name-list a:nth-child(1)
{
  background-color: #a2d76d;
}

#taskfields li span.user-name-list a:nth-child(2)
{
  background-color: #0071fd;
}

#taskfields li span.user-name-list a:nth-child(3)
{
  background-color: #fd00bf;
}

#taskfields li span.user-name-list a:nth-child(4)
{
  background-color: #fdad00;
}

#taskfields li span.user-name-list a:nth-child(5)
{
  background-color: #fd0000;
}

#taskfields li span.user-name-list a:nth-child(6)
{
  background-color: #3d7d3f;
}

#taskfields li span.user-name-list a:nth-child(7)
{
  background-color: #3d6a7d;
}

#navigation i
{
  font-size:35px;
}

#navigation a
{
  margin-right:10px;
  color: #5cb85c;
}

#taskdetailstext p
{
  margin-bottom:0px;
  padding-bottom: 10px;
}

#taskdetailstext
{
}

#taskdeps input#dep_task_id
{
  border:1px solid #d2d2d2;
   height: 32px;
    width: 24%;
}


.comment-edit-main {
    background-color: #d9534f;
    font-weight: bold;
    padding:0px 5px;
}

.comment-id
{
  font-size:20px;
  color:#FFFFFF;
  float:left;
}

.edit-comment
{
  float:right;
  color:#FFFFFF;
}

.edit-comment a
{
  color:#FFFFFF;
      font-size: 16px;
    line-height: 28px;
}

.comment-by, .comment-by a
{
        color: #d9534f;
    font-size: 19px;
    padding: 5px 0;
    text-align: center;
}

.cooment-on
{
  text-align:center;
   font-size: 12px;
}

input[type="text"]
{
   border: 1px solid #d2d2d2;
    height: 34px;
}

.remind-main
{
  margin-bottom:10px;
}


.remind-main label {
    display: inline-block;
    width: 8%;
}

.remind-main input#timeamount1, .remind-main input#to_user_id, input#timeamount2
{
  width: 12%;
}

.remind-main .chosen-container.chosen-container-single, #massopsactions .chosen-container.chosen-container-single
{
  width:20%!important;
}

#taskfields ul.form_elements.slim label
{
      text-align: left;
    width: 33%;
}

#taskfields ul.form_elements.slim .chosen-container.chosen-container-single
{
  width: 52%!important;
}

#taskdetailsfull .edit-task-id a
{
  color: #337ab7!important;
}

#content .box.close_project
{
  background-color:#fbeeee;
  border:1px solid #dc5656;
}


.box.close_project h2 {
    background: #dc5656 none repeat scroll 0 0;
}

.box.close_project h2 a
{
  color:#FFFFFF;
}

#content .box.close_project td.overview-user-name
{
  color:#dc5656;
}

a.closedtasklink
{
  color:#FFFFFF!important;
}