﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



/* Set width on the form input elements since they're 100% wide by default */
input,
select,
button,
textarea {
    max-width: 280px;
}


.nopadding {
   padding: 0px !important;
   margin: 0 !important;
}

.nopaddingbtnbox {
   padding-top: 5px !important;
   padding-bottom: 5px !important;
   height:30px;
   margin: -10px !important;
}

.form-horizontal .control-label{
/* text-align:right; */
text-align:left;
/*background-color:#ffa;*/
}

.inputtextt { 
   max-width: 380px;
} 

.textareainput { 
  width:1000px; 
  height:100px; 
} 


.sidebar {
  background-color: #CCCCCC;
  height: 100%;
}
.btndivheight {
  height: 10%;
}

.labelmargin {
  margin-left: 1px;
}

.navbarbackcolor{
     /*background-image: url("bgdesert.jpg");*/
    background-color:black;
     /*background-color:#6666ff;*/
     color: lightblue;

}

.nav ul li:hover a{ 
     color:#FFF;
}

.left{
  display: block;
  float:left;
  /*width: 100px;*/
}

.right{
  display: block;
  float:right;
  /*width: 100px;*/
}
/*background-color:#ffa;*/


p.wordwrp {
    width: 15em;
    border: 1px solid #000000;
    word-wrap: break-word;
}

.fixedsidebar {
     position: fixed;
     margin:0px;
     border-style: none;
 }


.btnnopadding div{

    /*padding-top: 5px;*/
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 2px;

}

.box {
    border: 1px solid #D6D6D6;
    box-shadow: 0 1px 3px rgba(100, 100, 100, 0.1);
    margin-bottom: 15px;
    border-radius: 3px 3px 0 0;
    overflow: visible;
    position: relative;
}
.btnboxleft {
    /*border: 1px solid #D6D6D6;*/
    box-shadow: 0 1px 3px rgba(100, 100, 100, 0.1);
    margin-left : 15px;
    margin-bottom: 15px;
    border-radius: 3px 3px 0 0;
    overflow: visible;
    position: relative;
}

.alertboxsmall {
    border: 1px solid #D6D6D6;
    box-shadow: 0 1px 3px rgba(100, 100, 100, 0.1);
    margin-top: 5px;
    margin-bottom: 2px;
    border-radius: 3px 3px 0 0;
    overflow: visible;
    position: relative;
}
divLine {
    box-shadow: 0 1px 3px rgba(100, 100, 100, 0.1);
    border: 1px solid #D6D6D6;
    overflow: visible;
    position: relative;
    height:2px;
}
.box-title {
    padding: 10px 15px;
    background-color: #F8F8F8;
    background-image: -moz-linear-gradient(top, #fdfdfd, #f6f6f6);
    background-image: -ms-linear-gradient(top, #fdfdfd, #f6f6f6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f6f6f6));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f6f6f6);
    background-image: -o-linear-gradient(top, #fdfdfd, #f6f6f6);
    background-image: linear-gradient(top, #fdfdfd, #f6f6f6);
    border-bottom: 1px solid #D6D6D6;
    color: #555555;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

form#orgbudget div.pn span {
    color: red;
    font-size: 1.5em;
    font-weight: normal;
}

.longtext {
    max-width: 100%;
    width: 95%;
}
.mediumtext {
    max-width: 100%;
    width: 90%;
}
.mediumlargetext {
    max-width: 100%;
    width: 100%;
}
.smalltext {
    max-width: 100%;
    width: 10%;
}
.long85Percent {
    max-width: 100%;
    width: 85%;
}
.long80Percent {
    max-width: 100%;
    width: 80%;
}
.longtextbtn {
    max-width: 50%;
    width: 50%;
}

.textarea {
    max-width: 100%;
    width: 100%;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.info td {
  background-color: deepskyblue;
}
.table tbody tr.warning td {
  background-color: lightgoldenrodyellow;
}
.table thead tr.header td {
  background-color: gray;
}

thead th {
    /*background-color: #006DCC;*/
    background-color: gray;
    color: white;
}

tbody td {
    background-color: #EEEEEE;
    vertical-align:top;
}


.form-horizontal .form-group {
    margin-bottom:5px;
}


/*.navbar-brand,
.navbar-list li a {
    line-height: 150px;
    height: 150px;
    padding-top: 0;
}*/

ul.menu {
    display: inline-block;
    list-style-type: none;
    margin: 40px;
    border: 1px solid #808080;
    border-bottom: none;
}

ul.menu li {
  display: block;
  text-align: center; 
  background: #ccc;
  width: 208px;
  min-height: 31px;
  text-align: center;
  line-height:31px;
  list-style-type: none;
    border-bottom: 1px solid #808080;
  padding: 0;
  margin: 0;
}

ul.menu li ul li {
  display: block;
  text-align: center; 
  background: yellow;
  border-bottom: none;
    border-top: 1px solid #808080;
  width: 208px;
  height: 31px;
  text-align: center;
  list-style-type: none;
}

.nav li {
    line-height: .5em;
}
    .k-grid th.k-header,
    .k-grid-header
    {
        background:lightskyblue;
}

.navbar-inverse { 
    background-color: black !important; 
}
.margin5px { 
    margin:5px !important; 
}
.movetop5px { 
    margin:-5px !important; 
}

.k-grid .k-edit.k-icon {
    background-position: 0 0 ;
    background-image:url('//...');
}
.wordwrap20 {
    width: 15px;
    border: 1px solid #000000;
    word-wrap: break-word;
}
/*.k-grid .k-button {
    border-radius: 50%;
    width: 50px;
    height: 25px;
    text-align: center;
  }*/

  /*.k-button-icontext .k-icon,
  .k-button-icontext .k-image {
    margin: 0;
  }
  .k-i-plus, .k-button-icon:hover span.k-icon.k-i-plus {
    background-position: -48px -64px;
    opacity: 1;
  }*/
/*.navbar  > li >a { 
    color: black !important; 
}*/


.passstrength {
    /*border: 1px solid #D7D7D7;*/
    /*background-color: #eaeaea;*/
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    /*margin-top: 5px;*/
    padding: 5px;
}

.passstrength.pass-error {
    border: 1px solid #ff6161;
    background-color: #ff7575;
}

.passstrength.pass-alert {
    border: 1px solid #ffc937;
    background-color: #ffde5a;
}

.passstrength.pass-ok {
    border: 1px solid #4bb12c;
    background-color: #57c435;
}

k-textbox.normal-width {
    width: 500px; 
    max-width: 100%;
}

.inputemailanphonewidth{
    width: 220px;
}

a.disabled {
   pointer-events: none;
   
}
a {
    color: #3333cc;
    text-decoration: none;
}


.panel-heading-custom {
    background: #ff0000; color: #fff;
}

.disabled {
   pointer-events: none;
   cursor: default;
}