/*body{font-family:'Open Sans',sans-serif;;font-size:small;background:#63adca no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63adca',endColorstr='#63adca',GradientType=0);margin:0;padding:0;}*/

/*body{font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;font-size:small;background:#63adca no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63adca',endColorstr='#63adca',GradientType=0);margin:0;padding:0;}*/

/*body{font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;font-size:small;background:linear-gradient(top,#63adca10%,#ffffff50%,#63adca90%) #63adca no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63adca',endColorstr='#63adca',GradientType=0);margin:0;padding:0;}*/
@font-face {
    font-family: 'open_sansregular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         /**url('../font/OpenSans-Regular-webfont.woff2') format('woff2'),*/
         url('../font/OpenSans-Regular-webfont.woff') format('woff'),
         url('../font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../font/OpenSans-Light-webfont.eot');
    src: url('../font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         /**url('../font/OpenSans-Light-webfont.woff2') format('woff2'),*/
         url('../font/OpenSans-Light-webfont.woff') format('woff'),
         url('../font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../font/OpenSans-Semibold-webfont.eot');
    src: url('../font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         /**url('../font/OpenSans-Semibold-webfont.woff2') format('woff2'),*/
         url('../font/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../font/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../font/OpenSans-Bold-webfont.eot');
    src: url('../font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         /**url('../font/OpenSans-Bold-webfont.woff2') format('woff2'),*/
         url('../font/OpenSans-Bold-webfont.woff') format('woff'),
         url('../font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../font/OpenSans-ExtraBold-webfont.eot');
    src: url('../font/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         /**url('../font/OpenSans-ExtraBold-webfont.woff2') format('woff2'),*/
         url('../font/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../font/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
  font-family: Verdana, Geneva, sans-serif;
  /*font-family: 'open_sansregular', sans-serif;*/
  font-size: 12.5px;
  background: #63adca
}

body:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
  z-index: 100;
}

#page {
  margin-top: -10px;
  padding-top: 10px;
  margin-bottom: 5px;
  background: #447294;
  padding: 0 !important;
  margin: 0 !important;
}

#header {
  display: none;
  margin: 0;
  padding: 0;
}

#content {
  background: url(bg-body.png);
  padding: 10px;
}

#sidebar {
  height: 100%;
  padding: 7px;
}

#footer {
  font-size: 11px;
  text-align: left;
  font-weight: normal;
  color: white;
  margin: 10px 20px;
  padding: 10px;
}

#logo {
  font-size: 200%;
  font-weight: bold;
  padding: 2px 25px;
}

#mainmenu {
  margin-bottom: 10px;
}

#mainmenu ul {
  margin-bottom: 10px;
  padding: 6px 20px 5px;
}

#mainmenu ul li {
  display: inline;
  margin: 3px;
}

#mainmenu ul li a {
  color: #FFF;
  background-color: #80BD26;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a {
  color: #FFF;
  background-color: #5EB520;
  text-decoration: none;
}

div.flash-error, div.flash-notice, div.flash-success {
  margin-bottom: 1em;
  border: 2px solid #ddd;
  border-radius: 7px;
  padding: .8em;
  max-width: 1000px;
}

div.flash-error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4;
}

div.flash-notice {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324;
}

div.flash-success {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880;
}

div.flash-error a {
  color: #8a1f11;
}

div.flash-notice a {
  color: #514721;
}

div.flash-success a {
  color: #264409;
}

div.form .rememberMe label {
  display: inline;
}

div.view {
  border: 1px solid #80BD26;
  margin: 10px 0;
  padding: 10px;
}

div.breadcrumbs {
  font-size: .9em;
  padding: 5px 20px 7px 0;
}

div.breadcrumbs span {
  font-weight: normal;
  color: yellowgreen;
}

div.search-form {
  background: #eee;
  margin: 10px 0;
  padding: 10px;
}

.portlet-decoration {
  background-color: #004F79;
}

.portlet-title {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  margin: 0;
  padding: 0;
}

.portlet-content {
  margin: 10px;
}

.portlet-content ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.portlet-content li {
  padding: 2px 0 4px;
}

.operations {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.operations li {
  margin: 5px 0;
  padding: 0!important;
}

.operations li a {
  display: block;
  background-color: #80BD26;
  font: bold 12px Arial;
  color: #FFF;
  text-decoration: none;
}

.operations li a:hover {
  background-color: #5EB520;
}

#page #main-content {
  background: none repeat scroll 0 0 #DEDEDE;
  width: 100%;
  margin: auto;
}

#page .container {
  background: url(diagonal.png);
  color: #555666;
  width: 100%;
  margin: 1px;
}

div.breadcrumbs a, .operations li a:visited {
  color: #FFF;
}

#page, #page .container, #page #main-content {
  border: 1px solid #646464;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 5px;
}

#mainmenu ul li a, .portlet-decoration, .operations li a {
  padding: 11px 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: white;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0px 0px;
}

#page, #page .container, #page #main-content {}

#shortcutmenu {
  float: right;
  padding: 2px 3px 0
}

#project-type-grid, #project-grid, #project-team-grid, #task-type-grid, #task-grid, #time-sheet-grid, #login-type-grid, #login-credentials-grid, #staff-grid, #client-grid, #client-contact-grid {
  padding: 0
}

#project-grid_c5 {
  width: 5px!important
}

#project-team-grid_c0 {
  width: 15px
}

#task-grid_c1 {
  width: 40px
}

#task-grid_c2 {
  width: 70px;
}

#task-grid_c3 {
  max-width: 75px;
}

#task-grid_c5 {
  max-width: 100px;
}

#task-grid_c6, #task-grid_c12, #task-grid_c16, #task-grid_c17 {
  min-width: 50px;
  max-width: 75px;
}

#task-grid_c14, #task-grid_c18, #task-grid_c19, #task-grid_c20, #task-grid_c21, #task-grid_c22, #task-grid_c23, #task-grid_c24, #task-grid_c25 {
  width: 30px;
}

#task-grid_c10 {
  width: 70px;
}

#login-credentials-grid_c5 {
  width: 40px
}

#task-grid tbody select {
  min-width: 50px;
  max-width: 75px !important;
  padding-left: 0px;
}

#staff-grid_c2 {
  min-width: 10px;
  width: 50px
}

#staff-grid_c3 {
  min-width: 10px;
  width: 60px
}

#staff-grid_c4 {
  min-width: 10px;
  width: 100px
}

#staff-grid_c5 {
  min-width: 10px;
  width: 10px
}

#login-credentials-grid_c4 {
  width: 25px
}

#TimeSheet_taskId {
  width: 220px
}

#footer a {
  color: #FFF;
  text-decoration: none
}

#footer a:hover {
  color: #09F;
  text-decoration: underline
}

.mysummary {
  float: left;
  text-align: left;
  padding-top: 0
}

.mypager {
  float: right;
  text-align: right;
  padding-top: 0
}

.extrarow {
  background: #DEB887
}

#project-type-grid_c0, #project-grid_c0, #task-type-grid_c0, #task-grid_c0, #time-sheet-grid_c0, #login-type-grid_c0, #login-credentials-grid_c0, #staff-grid_c1, #client-grid_c0, #client-contact-grid_c0, #login-credentials-grid_c10, #user-map-grid_c0, #user-map-grid_c3 {
  width: 10px
}

#staff-grid_c6, #staff-grid_c9, #staff-grid_c10, #staff-grid_c11 {
  min-width: 10px;
  width: 20px
}

#staff-grid_c7, #staff-grid_c8 {
  min-width: 10px;
  width: 80px
}

#task-email-grid_c0, #task-email-raw-grid_c0, #skill-type-grid_c0 {
  width: 20px;
  min-width: 20px;
  max-width: 20px
}

#task-email-grid_c13, .grid-view table.items .button-column {
  width: 60px;
  min-width: 60px;
  max-width: 60px
}

#login-credentials-grid_c6, #login-credentials-grid_c7, #login-credentials-grid_c8, #login-credentials-grid_c9 {
  width: 20px
}

.edit-grid-cell {
  background: url(edit-grid-cell.png);
  color: white;
  text-align: center;
}

.numComments {
  color: #000 !important;
  padding: 4px 9px 4px 7px;
  background: url(commentBubble.gif) no-repeat;
  /*background: url(comment.png) no-repeat;*/
  height: 24px;
  line-height: 20px;
  width: 24px;
  background-size: 24px;
  display: inline;
  font-weight: bold;
}

.task-description-link {
  height: 20px;
}

.detailedViewTable.log-table {
  border-collapse: collapse;
}

.detailedViewTable.log-table th {
  background: #333;
  color: #eee;
}

.detailedViewTable.log-table th:first-child, .detailedViewTable.log-table td:first-child {
  width: 50px;
}

.detailedViewTable.log-table th:last-child, .detailedViewTable.log-table td:last-child {
  width: 150px;
}

span.tooltip {
  position: absolute;
  width: 128px;
  height: 48px;
  line-height: 48px;
  padding: 0px 16px 0px 8px;
  font-size: 22px;
  text-align: center;
  color: rgb(255, 255, 255);
  background: rgb(96, 172, 57);
  /**border: 0 0 0 0 none none none none rgb(255, 255, 255) rgb(70, 126, 42) rgb(255, 255, 255) rgb(255, 255, 255);*/
  border: 0;
  border-radius: 0px 3.1875px 3.1875px 0px;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
  box-shadow: rgb(85, 153, 51) -4px 0px 4px 0px inset;
}

span.tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 24px;
  border-style: solid;
  border-color: transparent #60AC39 transparent transparent;
  top: 0px;
  left: -48px;
}

.awesome-button {
  padding-left: 10px;
  margin-left: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.awesome-button * {
  text-decoration: none;
}

.awesome-button.search-button {
  padding-left: 0px;
  margin-left: 0px;
  color: green;
}

.awesome-button.clr-filter-button {
  color: red;
}

.awesome-button.create-button {
  color: red;
}

.mergeDiv {
  padding: 25px;
}

.mergeIdSelect:hover {
  background: red;
}

.new-feature {
  padding: 25px;
  background: url(../images/gradient.jpg) no-repeat;
}

.button {
  display: inline-block;
  /** background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.16, rgb(207,207,207)), color-stop(0.79, rgb(252,252,252)) );
    background-image: -moz-linear-gradient( center bottom, rgb(207,207,207) 16%, rgb(252,252,252) 79% ); */
  text-align: center;
  min-width: 30px;
  cursor: pointer;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  margin: 5px;
  background-color: #efefef;
  color: black;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.button:hover {
  /*    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.16, rgb(182,182,182)), color-stop(0.79, rgb(252,252,252)) );
    background-image: -moz-linear-gradient( center bottom, rgb(182,182,182) 16%, rgb(252,252,252) 79% );*/
  border: 3px solid #000000 !important;
}

.adv-search, .clr-filter {
  font-weight: bold;
  text-decoration: none;
}

.adv-search {
  color: green;
}

.clr-filter {
  color: red;
}

@media screen and (max-width: 800px) {
  #page #main-content {
    width: 100%;
  }
  #page, #page .container, .container, #page #main-content, .grid-view table.items {
    border: none !important;
    padding: 0px;
    margin: 0px;
  }
  #nav-bar {
    padding: 0px !important;
  }
  #content {
    padding: 0px;
  }
  
/*commented to PREVENT grid filters misalignment in all grid views*/
  /*.mergetaskid, #checkbox-merge {*/
  /*  display: none;*/
  /*}*/
  
  /*tr td:nth-child(3) a:nth-child(3), .filters td:nth-child(1) {*/
    /*display: none;*/  
  /*}*/
  
  /*GLOBAL Class for mobile-hidden columns - currently on Tasks Grids*/
  /* Hide columns with the hide-tablet class on tablet view, including header, data, and filters */
    .hide-tablet {
        display: none;
    }
  
  .filters td:nth-child(1), tr td:nth-child(3) {
    width: 50px !important;
  }
  tr td:nth-child(3) a img, .taskDescription img {
    width: 25px !important;
    height: 25px !important;
    margin-right: 5px;
  }
  .numComments {
    background-size: 30px;
    width: 30px;
    height: 30px;
    padding: 6px 12px 6px 10px;
  }
  #nav li:nth-child(1), #nav li:nth-child(5) {
    /*display: none;*/
  }
  #nav span {
    font-size: 20px;
  }
  #task-grid_c2 {
    width: 50px;
  }
}

.ctr {
  text-align: center;
}

.ltr {
  text-align: left;
}

.rtl {
  text-align: right;
}

.valgnctr {
  vertical-align: middle;
}

.valgntop {
  vertical-align: top;
}

.valgnbtm {
  vertical-align: bottom;
}

.form .icon {
  display: inline-block;
}

/**
 *  Mobile Toggle Menu
 */

.toggle-menu {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #nav-bar .fa {
    color: #fff !important;
  }
  .toggle-menu {
    display: block;
    width: 28px;
    height: 28px;
    margin-top: 14px;
  }
  .toggle-menu span:after, .toggle-menu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
  }
  .toggle-menu span:after {
    top: 18px;
  }
  .toggle-menu span {
    position: relative;
    display: block;
  }
  .toggle-menu span, .toggle-menu span:after, .toggle-menu span:before {
    width: 100%;
    height: 2px;
    /**background-color: #fff;**/
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }
  .toggle-menu.on span {
    background-color: transparent;
  }
  .toggle-menu.on span:before {
    transform: rotate(45deg) translate(-1px, 0px);
  }
  .toggle-menu.on span:after {
    transform: rotate(-45deg) translate(6px, -7px);
  }
}

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

.container-fluid {
  padding: 0 !important;
  margin: 0 !important;
}

.row {
  margin-left: 0px !important;
}

.dialog_input>table>tbody>tr>td {
  font-size: 12px;
}

.ui-dialog {
  width: 100% !important;
  max-width: 400px !important;
}

#task-list>.item {
  border-bottom: 5px solid #b991b9;
  padding-left: 5px;
}

#task-list>.item:first-child {
  border-top: 5px solid #b991b9;
}

#task-list>.item>.idetail>.row>.standard-option {
  min-width: 500px !important;
}

#task-list>.item>.idetail>.row>.standard-option.saved-model {
  min-width: 18px !important;
  width: 18px !important;
  max-width: 18px !important;
}


.quick-create-list-div input {
  padding: 0;
}

div[id^="secret-selector-"] .portlet-content {
  margin: 0px;
}

div.callout {
  height: 60px;
  width: 100%;
  float: left;
}

div.callout {
  /* background-color: #FFFDE7; */
position: relative;
color: #795548;
/* padding-bottom: 15px !important; */
border-radius: 3px;
margin: -5px 0 -2px 0;
/* min-height: 50px; */
/* border: 1px dashed #e0dcb4; */
height: 12px !important;
font-style: italic;
font-size: 10px;
}

.callout::before {
  content: "";
  width: 0px;
  height: 0px;
  border: 0.8em solid transparent;
  position: absolute;
}

.callout.top::before {
  left: 45%;
  bottom: -20px;
  border-top: 10px solid #FFFDE7;
}

.callout.bottom::before {
  left: 45%;
  top: -20px;
  border-bottom: 10px solid #FFFDE7;
}

.callout.left::before {
  right: -20px;
  top: 40%;
  border-left: 10px solid #FFFDE7;
}

.callout.right::before {
  left: -20px;
  top: 40%;
  border-right: 10px solid #FFFDE7;
}

.callout.top-left::before {
  /*left: 7px;
  bottom: -20px;
  border-top: 10px solid #FFFDE7;
  */
}

.callout.top-right::before {
  right: 7px;
  bottom: -20px;
  border-top: 10px solid #FFFDE7;
}

.task-row {
  float: left;
}

.task-row {
  float: left;
}

#Task_state, #Task_startBy, #Task_endBy, #Task_referenceDate, #Task_clientPriority, #Task_priority, .helper-section input, .helper-section select {
  height: 35px !important;
  padding: 0px !important;
}

#Temp_sectionId {
  width: calc(100% - 34px);
}

/*.timesheet-duration-section>.column:nth-child(8)>.form-group  */

/*
#TimeSheet_workedMinutes, .editTSCtrl {
  float: left;
  padding-left: 15px;
}
.timesheet-duration-section>.row>.column{
  height: 83px;
}
.col-top-break{
  margin-top: 45px !important;
}
.col-top-break>label{
  position: absolute;
  margin: -16px 0 0 10px;
}
.col-top-break>input{
  max-height: 18px;
}
.col-center-save .save-timeslot{
  margin-top: -12px;
    margin-left: 10px;
}*/

/*#ts-container .timeboxdiv:nth-child(2){
  margin-left: -4px;
}*/

.timebox {
  min-height: 20px;
}

.form-group-note {
  margin: -13px 0 -3px 0 !important;
}

#project-99999-selector {
  width: unset !important;
}

#incompleteButton99999, button[name='add-button'], .save-timeslot {
  padding: 0 6px !important;
}

.fa-plus:before {
  font-size: 18px;
}

#timetable-quick-create-form .timebox {
  margin: -7px 0 -6px 0;
}

#TimeSheet_99999_breakMinutes {
    width: 23px !important;
    color: black;
    font-size: 10px;
}

.section-column {
  position: absolute;
  left: 150px;
}
.timeboxdiv{
  /*margin-top: -2px !important;*/
}

@media only screen and (max-width: 330px) {
  .minibtn{
        bottom: -10px !important;
  }
}
.quick-time-enter{
  transform: scale(1.14);
  margin-left: 19px !important;
  margin-top: 5px !important;
}
.mobile-shortcuts {
/*  display:none;*/
  float: right;
    position: absolute;
    right: 0;
    top: 1px;
    background-color: #609c08;
    border-radius: 0px 0 0 32px;
    padding-left: 22px;
    border: 1px solid #528804;
}
.mobile-shortcuts img{
    width: 28px;
    height: 28px;
    margin-left: 8px;
}
.easytime{
  display: none;
}


.btn-black{
   background-color: #000;
   color:#fff;
}