@font-face {
  font-family: 'proxima-nova';
  src: url('../fonts/ProximaNova-LightWeb.woff') format('woff');
}

@font-face {
  font-family: 'proxima-nova-bold';
  src: url('../fonts/ProximaNova-SboldWeb.woff') format('woff');
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #428bca;
  opacity: 0.3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #428bca;
  opacity: 0.3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #428bca;
  opacity: 0.3;
}
:-moz-placeholder { /* Firefox 18- */
  color: #428bca;
  opacity: 0.3;
}

hr 
{
  margin-top: 10px;
  margin-bottom: 10px;
}
textarea#taskTitle {
    box-sizing: border-box;
    resize: none;
}
.btn:focus 
{
  outline: 0;
}

.navbar-nav i 
{
  color:#1174cd;font-size:1.3em;vertical-align:middle
}

.navbar-nav strong 
{
  text-transform: capitalize;
}

hr 
{
  border-top: 1px solid #428bca;
  opacity: 0.3;
}
body 
{
  overflow-y:hidden;
  background-color: #eee;
  font-family: 'proxima-nova';
  /*font-family: "Candara";*/
}

input.form-control{
  background-color: transparent;
  border:0;
  box-shadow: none;
  /*border-bottom: 1px dashed #eee;*/
  border-radius: 0;
  font-size: 15px;
  font-weight: 300;
  /*height: 12px;*/
  /*line-height: 12px;*/
} 

input.form-control:focus 
{
  outline: 0;
  box-shadow: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color:transparent; 
}

.navbar-default {
     background-color: #fff; 
    border-color: #e7e7e7;
}

.btn-sm, .btn-group-sm>.btn {
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-danger,.btn-danger:hover 
{
  border-color: transparent;
}

/*.wtree li > span .actions 
{
  position: absolute;
  right: 10px;
  top: 5px;
  vertical-align: bottom;
  display: none;
}

.wtree li > span .btn-actions 
{
  text-align: center;
  padding-right: 10px;
}

.wtree li > span:hover .actions 
{
  display: block;
}*/

.btn-actions.btn-primary:hover,.btn-actions.btn-primary:focus,.btn-actions.btn-primary:active
{
    background-color: transparent;
    border: none;
    outline: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
     background-color:transparent; 
    opacity: 1;
    font-weight: bold;
}

.panel 
{
  border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    background-color: #fff;
    overflow-y: scroll;
    min-height: 100%;
    height: 680px;
    /* position: fixed; */
    position: relative;
}

.btn-primary {
    background-color: #428bca;
    /*background-color: #cdcfff;*/
    border-width: 0;
    color: white;
}

.spinner 
{
  text-align: center;
}

.spinner img 
{
  width: 90px;
}

.task-title 
{
  font-weight: bold;
  color: #428bca;
}

input[disabled="disabled"]
{
  font-weight: bold;
  font-family: 'proxima-nova-bold';
  /*color: #428bca;*/
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
     background-color: #428bca;
  border-color: #428bca;
  outline: 0;
}
.hero-header 
{
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  height: 100px;
  background-color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 30px;
}

.hero-header h2 
{
  text-align: center;
  font-weight: 400;
  font-size: 1.6em;
  /*margin-top: 2em;*/
}

.estimates 
{
  margin-top: 2em;
}

.estimates ul 
{
  list-style: none;
}

.estimates ul li:before
{
  font-family: 'FontAwesome';
  content: '\f005';
  font-size: 10px;
  vertical-align: middle;
} 
#wrapper {
  padding-left: 0px;
  transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
  margin-left: -250px;
  top: 0px;
  left: 0px;
  width: 250px;
  background: #2E3C54;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

#wrapper.active {
  padding-left: 250px;
}

.navbar 
{
  margin-left: 0px;
}
.navbar.active {
  margin-left: 250px;
}

#wrapper.active #sidebar-wrapper {
  left: 250px;
}



#page-content-wrapper {
  /*width: 100%;
  padding-top: 70px;
  margin-top: 8em;
  float: left;
  transition: all 0.4s ease 0s;*/
  width: 1280px;
  /*margin-top: 11em;*/
  margin-top: 5em;
  position: fixed;
  height: 100%;
  transition: all 0.4s ease 0s;
}

#page-content-wrapper.active 
{
  width: 100%;
  position: relative;
  margin-top: 5em;
  transition: all 0.4s ease 0s;
}

.left-side .panel-body 
{
  padding-bottom: 4em;
}

.tree-node 
{
  margin-top: 1.5em;
  margin-left: -2em;
}

.btn:focus 
{
  outline: 0;
}

.wtree 
{
  list-style: none;
}

.list-items input 
{
  display: inline-block;
}

.list-items input:not(.first-child) 
{
  width: 18.5%;
  font-size: 85%;
  opacity: 0.7;
  /*font-size: 12px;*/
  /*border-bottom: 1px dashed #333;*/
}

.list-items input.first-child
{

  width: 50%;
}

.list-items.four input.first-child 
{
  width: 50%;
}

#menu-toggle {
    text-decoration: none;
    float: left;
    color: #333;
    padding-right: 15px;
}


/* Right side bar styles */
.right-side-bar input{
  display: inline-block;
  border: none;
  border-bottom: 1px dashed #428bca;
  /*width: 32%;*/
}

.right-side-bar textarea
{
  border: 0;
  font-weight: 300;
  box-shadow: none;
  font-size: 1.4em;
  color: #333;
  width: 100%;
  overflow: hidden;
  box-sizing: padding-box;
  display: block;
  /*padding: 10px;*/
}

.right-side-bar input[type="text"]
{
  width: 25%;
  margin-left: 2%;

}

.right-side-bar input:focus 
{
  outline: 0;
  /*border-radius: 18px;*/
  border: 1px dashed #428bca;
  padding: 8px 4px;
}

.right-side-bar input[type="text"]:disabled
{
  font-weight: bold;
  color: #428cba;
}

textarea 
{
  /*overflow: hidden;*/
  /*height: 124px;*/
  resize: none;
  /*line-height: 28px;*/
  /*font-size: 24px;*/
  /*font-weight: 600;*/
  /*background: transparent;*/
  /*border: 1px solid transparent;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*display: block;*/
  /*padding: 5px;*/
  /*padding-left: 50px;*/
  /*width: 100%;*/
  /*word-wrap:break-word;*/
  overflow-y:auto;
}

textarea.form-control 
{
  height:auto;
  min-height: 100%;
  overflow-y:auto;
}

.close
{
  position: absolute;
  right: 20px;
  font-weight: 800;
  width: 16px;
  height: 16px;
  /*border: 1px solid #B9BCC0;
  border-radius: 50%;
  box-shadow: 1px 2px 1px #000;*/
  transition:border 200ms,box-shadow 200ms,color 200ms;
  cursor: pointer;
}

textarea:focus 
{
  outline: 0;
}


/* Datepicker styles */
.datepicker-panel>ul>li:hover {
    background-color: #428cba;
    border-radius: 50%;
    color: #fff;
}

.datepicker-panel>ul>li.picked, .datepicker-panel>ul>li.picked:hover {
    color: #fff;
    background: #428cba;
    border-radius: 50%;
}

.datepicker-panel>ul>li.muted,{
    color: #999;
}

 .datepicker-panel>ul>li.muted:hover 
 {
  color: #fff;
  background-color: #428bca;
  border-radius: 50%;
 }

 .datepicker-panel > ul[data-view='week'] > li, .datepicker-panel > ul[data-view='week'] > li:hover {
    cursor: default;
    background-color: transparent;
    color: inherit;
}

.datepicker-panel>ul>li[data-view='month current']:hover, 
.datepicker-panel>ul>li[data-view='years current']:hover, 
.datepicker-panel>ul>li[data-view='year current']:hover {
    background-color: transparent;
    color: inherit;
}

/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li.sidebar-brand 
{
  margin-bottom: 20px;
  border-bottom: 1px dashed #fff;
  padding-bottom: 10px;
  margin-top: 10px;
}

.sidebar-nav li.sidebar-brand span 
{
  font-size: 1.3em;
  font-weight: 300;
  margin-left: 10px;
}

.sidebar-nav li.active 
{
  background-color: #179DBA;
  color: #fff;
}

.sidebar-nav li
{
  width: 100%;

}

.sidebar-nav li:not(.sidebar-brand):hover 
{
  background-color: #179DBA;
  color: #fff;
  cursor: pointer;
}

.sidebar-nav li span  
{
  background-color: transparent;
  border: 0;
  color: #fff;
  line-height: 2em;
  width: 100%;
  margin-left: 10px;
  cursor: pointer;
  text-transform: capitalize;
}

.sidebar-nav li .plus 
{
  display: inline;
  float: right;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 7px;
  /*-webkit-transition: border 200ms,box-shadow 200ms,color 200ms;
  -moz-transition: border 200ms,box-shadow 200ms,color 200ms;
  transition: border 200ms,box-shadow 200ms,color 200ms; */
}
.sidebar-nav li .plus > svg
{
  color: #fff;
  width: 14px;
  margin-left: 3px;
  margin-top: 3px;
  height: 14px;
}

#sidebar-wrapper .logout
{
  position: absolute;
  bottom: 2em;
  left: 80px;
} 

#sidebar-wrapper .logout a 
{
  color: #fff;
  text-decoration: none;
  font-size: 1.4em;
}
/* Modal Styles */
.modal-content 
{
  border-radius: 0;
}

.modal-content form input 
{
  border: 1px solid #ddd;
}

.modal-content .form-control:focus 
{
  outline: 0;
  border-color: #ddd;
}

.modal-content textarea 
{
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ddd;
}

.modal-content textarea:focus 
{
  box-shadow: none;
}

.modal-content .btn-lg, .btn-group-lg>.btn
{
  border-radius: 0;
}

.modal-content form input:focus 
{
  outline: 0;
}


/* Tiny Mce Styles */
/*.mce-edit-area 
{
  height: 280px;
}*/

/* Media Queries for small devices */
@media (max-width:767px) {

#wrapper {
  padding-left: 0;
}

#sidebar-wrapper {
  left: 0;
}

#wrapper.active {
  position: relative;
  left: 250px;
}

#wrapper.active #sidebar-wrapper {
  left: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

#menu-toggle {
  display: inline-block;
}

}


/* D-N-D Styles */
[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

li.over span{
  border: 1px dashed #000;
  background-color: #428bca;
  color: #fff;
  opacity: 0.6;
}

li.ghost span{
    opacity: .4;
}
