@font-face
{
	font-family: 'candara';
	src: url('../fonts/candara.ttf') format('truetype');
}



body{
      font-family: 'candara';
}

.login-form {
		width: 340px;
    	margin: 0px auto;
	}
    .login-form form {
    	margin-bottom: 15px;
        background: #f7f7f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }
    .login-form h2 {
        margin: 0 0 15px;
    }
    .form-control, .btn {
        min-height: 38px;
        border-radius: 2px;
    }
    .btn {        
        font-size: 15px;
        font-weight: bold;
    }

.bg-context{

    background-color: #f7f0f0;
    padding: 20px;
}


.btn-create{

    background-color: #facb08;
    color: #FFF;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
    font-size: 10px;
}

.btn-create:hover{

    text-decoration: none;
}


.create-style{

    background-color: #FFFF;
    padding: 10px 15px 5px 10px;
}

.glyphicon{
        top: 10px !important;
}


/*.form-control{

    border: 1px solid #1f79d8;
    height: 26px;
    width: 50%;
    min-height: 0;
    font-size: 12px;
}*/


.btn-add{

    background-color: black;
    color: #facb08;
    text-decoration: none;
    padding: 6px 10px 6px 10px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid black;
}


.title-style{

    color: #caac2f;
    font-family: 'candara', sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    /* font-weight: bold; */
}




.add-style{

    background-color: #FFFF;
    padding: 5px 10px 5px 10px;
}


.po-style{

    font-family: 'candara';
    font-size: 12px;
    color: gray;
}


.sidebar-panel{
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.075);
}


.link-style:hover{

    text-decoration: none;
    color:#1db3ec;
}



.a-bg{

    background-color: rgba(0, 0, 0, 0.05) !important;
}


.fo-bg{
    
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
}


.entire-fo{
    background-color: #caac2f;
    color:#FFF;
    padding-top: 20px;
    padding-bottom: 20px;
}




/*new layout css*/

:focus {
  outline: none;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
/* 
    Sometimes the sub menus get too large for the page and prevent the menu from scrolling, limiting functionality
    A quick fix is to change .side-menu to 

    -> position:absolute
    
    and uncomment the code below.
    You also need to uncomment 
    
    -> <div class="absolute-wrapper"> </div> in the html file

    you also need to tweek the animation. Just uncomment the code in that section
    --------------------------------------------------------------------------------------------------------------------
    If you want to make it really neat i suggest you look into an alternative like http://areaaperta.com/nicescroll/
    This will allow the menu to say fixed on body scoll and scoll on the side bar if it get to large
*/
/*.absolute-wrapper{
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
}*/

.side-menu {
  position: fixed;
  width: 300px;
  height: 100%;
  background-color: #f8f8f8;
  border-right: 1px solid #e7e7e7;
}
.side-menu .navbar {
  border: none;
}
.side-menu .navbar-header {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav .active a {
  background-color: transparent;
  margin-right: -1px;
  border-right: 5px solid #e7e7e7;
}
.side-menu .navbar-nav li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav li a {
  padding: 15px;
}
.side-menu .navbar-nav li a .glyphicon {
  padding-right: 10px;
}
.side-menu #dropdown {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.side-menu #dropdown .caret {
  float: right;
  margin: 9px 5px 0;
}
.side-menu #dropdown .indicator {
  float: right;
}
.side-menu #dropdown > a {
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body {
  padding: 0;
  background-color: #f3f3f3;
}
.side-menu #dropdown .panel-body .navbar-nav {
  width: 100%;
}
.side-menu #dropdown .panel-body .navbar-nav li {
  padding-left: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body .navbar-nav li:last-child {
  border-bottom: none;
}
.side-menu #dropdown .panel-body .panel > a {
  margin-left: -20px;
  padding-left: 35px;
}
.side-menu #dropdown .panel-body .panel-body {
  margin-left: -15px;
}
.side-menu #dropdown .panel-body .panel-body li {
  padding-left: 30px;
}
.side-menu #dropdown .panel-body .panel-body li:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #search-trigger {
  background-color: #f3f3f3;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 18px;
}
.side-menu .brand-name-wrapper {
  min-height: 50px;
}
.side-menu .brand-name-wrapper .navbar-brand {
  display: block;
}
.side-menu #search {
  position: relative;
  z-index: 1000;
}
.side-menu #search .panel-body {
  padding: 0;
}
.side-menu #search .panel-body .navbar-form {
  padding: 0;
  padding-right: 50px;
  width: 100%;
  margin: 0;
  position: relative;
  border-top: 1px solid #e7e7e7;
}
.side-menu #search .panel-body .navbar-form .form-group {
  width: 100%;
  position: relative;
}
.side-menu #search .panel-body .navbar-form input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 50px;
}
.side-menu #search .panel-body .navbar-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  background-color: #f3f3f3;
  padding: 15px 18px;
}
/* Main body section */
.side-body {
  margin-left: 310px;
}
/* small screen */
@media (max-width: 768px) {
  
  .side-menu {
    position: relative;
    width: 100%;
    height: 0;
    border-right: 0;
    border-bottom: 1px solid #e7e7e7;
  }
  .side-menu .brand-name-wrapper .navbar-brand {
    display: inline-block;
  }
  /* Slide in animation */
  @-moz-keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @-webkit-keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @keyframes slidein {
    0% {
      left: -300px;
    }
    100% {
      left: 10px;
    }
  }
  @-moz-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  @-webkit-keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  @keyframes slideout {
    0% {
      left: 0;
    }
    100% {
      left: -300px;
    }
  }
  /* Slide side menu*/
  /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
  .side-menu-container > .navbar-nav.slide-in {
    -moz-animation: slidein 300ms forwards;
    -o-animation: slidein 300ms forwards;
    -webkit-animation: slidein 300ms forwards;
    animation: slidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .side-menu-container > .navbar-nav {
    /* Add position:absolute for scrollable menu -> see top comment */
    position: fixed;
    left: -300px;
    width: 300px;
    top: 43px;
    height: 100%;
    border-right: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    -moz-animation: slideout 300ms forwards;
    -o-animation: slideout 300ms forwards;
    -webkit-animation: slideout 300ms forwards;
    animation: slideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* Uncomment for scrollable menu -> see top comment */
  /*.absolute-wrapper{
        width:285px;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }*/
  @-moz-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @-webkit-keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @keyframes bodyslidein {
    0% {
      left: 0;
    }
    100% {
      left: 300px;
    }
  }
  @-moz-keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes bodyslideout {
    0% {
      left: 300px;
    }
    100% {
      left: 0;
    }
  }
  /* Slide side body*/
  .side-body {
    margin-left: 5px;
    margin-top: 70px;
    position: relative;
    -moz-animation: bodyslideout 300ms forwards;
    -o-animation: bodyslideout 300ms forwards;
    -webkit-animation: bodyslideout 300ms forwards;
    animation: bodyslideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .body-slide-in {
    -moz-animation: bodyslidein 300ms forwards;
    -o-animation: bodyslidein 300ms forwards;
    -webkit-animation: bodyslidein 300ms forwards;
    animation: bodyslidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  /* Hamburger */
  .navbar-toggle {
    border: 0;
    float: left;
    padding: 18px;
    margin: 0;
    border-radius: 0;
    background-color: #f3f3f3;
  }
  /* Search */
  #search .panel-body .navbar-form {
    border-bottom: 0;
  }
  #search .panel-body .navbar-form .form-group {
    margin: 0;
  }
  .navbar-header {
    /* this is probably redundant */
    position: fixed;
    z-index: 3;
    background-color: #f8f8f8;
  }
  /* Dropdown tweek */
  #dropdown .panel-body .navbar-nav {
    margin: 0;
  }
}
/*end of new layout css*/


.push-t{
  margin-top: 20px;
  text-align:center;
  margin-left:150px;
}


.blue-bgx{

  background-color: #caac2f;
  z-index: 1;
  margin-left: 285px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;

}


.my-topnav{
  background-color: none !important;
  background: none !important;
  border:1px solid #facb08 !important;
  border-radius: 0px !important;
}

    
.my-topnav .navbar-nav .active a{
  background-color: none !important;
  background: none !important;
}


.my-topnav .navbar-nav li a{
  color:#FFF !important;
  font-size: 15px;
}


.my-topnav .navbar-nav li a:hover{
  color:#c3c3c3 !important;
}


.bg-wrapp{
  margin-top: 35px;
}


.img-size{
  width: 50px;
  height: 50px;
  margin-left: 30px;
}

.text-logged{

  margin-right: 0px;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

.pd-logged{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.anch-st{
	color:#caac2f;
}

.dash-title{
      margin: 0 0 30px;
    font-size: 24px;
    color: #333;
    font-family: 'candara';
}


.shadow-lg{

    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
            0 5px 15px 0 rgba(0,0,0,0.08);
    padding: 15px; 
    margin-right: 1%;
    left: 0%;
    border: 1px solid lightgray;
    border-radius: 5px;
} 

.box-title{
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family:'candara';
    
}


.nbr-style{
    font-weight: 300;
    display: block;
    margin-bottom: 0px;
    margin-top: 15px;
    color:#facb08;
}

.total-sty{
      font-size: 12px;
      margin-bottom: 0px;
      margin-top: 8px;
      font-family:'candara';
}


.recent-style{

  background-color: black;
  color: #facb08;
  font-size: 15px;
  padding: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius:6px;
  margin-bottom: 0px;
}


.cont-style{
  border: 1px solid lightgray;
}

.search-st{

  min-height: 0px !important;
}


.more-sty{
 background-color: #2377bc;
  color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 120px;
  padding-right: 120px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; 
}


.more-sty:hover{
  text-decoration: none;
}


.my-nav{
  background-color: none !important;
  background: none !important;
  border: 1px solid transparent !important;
}


.my-nav .navbar-nav .active a{

  background: none !important;
  color:#2377bc !important;
  }


.t-font{

  font-size:12px;
}


.rmv-marge{
  margin-top: 0px;
  font-family: 'lato',sans-serif;
}


.rmv-h{
  margin-top: 25px;
  font-family: 'lato',sans-serif;
}


/*.st-la{

  border: 1px solid lightgray;
  
  border-radius: 5px;

  padding: 5px;

}
*/


.brd-st{

  border: 1px solid lightgray;
  
  border-radius: 5px;

  padding: 5px;

}


.col-st{
  font-weight: 500;
  color: gray;
  font-family: 'lato',sans-serif;
}

.row-st{
   font-family: 'lato';
}



/*caret for logout*/

  .dropbtn {
  
    color: black;
 
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: none;}

/*end of caret for logout*/


.details_title{
      font-size: 13px;
    font-weight: bold;
}


.shadow{
      padding: 15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}


.col-stb{
  font-family: 'candara',sans-serif;
  font-size: 12px;
  font-weight: 600;
}


.tbl-size{
    font-size: 12px;
}

.td-font{
    font-family:'candara';
}

.nw-col{
    color:#caac2f;
}

.lg-box{
    width: 270px;
    height: 53px;
}

.form-custom{
    width: 100%;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
  }


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 13px; /* Firefox */
}

:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    font-size: 13px;
}

::-ms-input-placeholder{ /* Microsoft Edge */
    font-size: 13px;
}

.fa_external{
	background: none;
    border: none;
}

/*print page*/

 .bd_bg{
	 padding:20px; 
	 border:2px solid lightblue;
	 border-radius:10px;	   
   }
   
  .bg_lgo img{
	  padding-top:10px;
	  width:300px;
	  margin-bottom: 10px;
  }