
html {
  position: relative;
  min-height: 100% !important;
}

html,
body {
  /*overflow-x: visible;  Prevent scroll on narrow devices */
  /*height: 100% !important;*/
}

body {
  background-color: #f5f5f5;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}

.top-nav{
  padding: 15px; 
}

.navbar-toggle {
margin: 18px !important;
}

.title{
  font-family: 'Philosopher', sans-serif;
  text-shadow: 2px 2px 4px #000000;
  margin-left: 80px;
  color: #fff;
  padding: 12px;
  text-decoration: none !important;
  word-wrap: break-word;
}

.search{
  width: 250px;
  margin-top: 7px;
}

.dropdown{
    color: #fff !important;
}

h4{
  font-size: 23px;
}


@media (max-width: 767px){
  .search{
    width: 100%;
  }

  .title{
    margin-left: 0;
  }
}

@media (max-width: 1440px){
  .footer{
    position: relative !important;
  }
}

/*@media screen and (max-width: 1450) {
  .footer{
    position: relative !important;
  }
}*/


@media (max-width: 350px){
  .heading{
    font-size: 20px;
  }
}


/******************************************************************/
/* Placeholder Dashboard                                          */
/******************************************************************/
  

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/*===========================
  Padding and Margin Classes
===========================*/

.m-r-0{
  margin-right: 0 !important;
}

.m-b-20{
  margin-bottom: 40px !important;
}

.short-hr{
  width: 100px;
}

.m-t-20{
  margin-top: 10px;
}

.p-l-5{
  padding-left: 5px;
}

.p-r-15{
  padding-right: 15px;
}

.p-r-5{
  padding-right: 5px;
}

.p-t-10{
  padding-top: 10px;
}

.p-t-5{
  padding-top: 5px;
}

.p-l-20{
  padding-left: 20px;
}
/*===========================
  Color Codes and Typography
===========================*/

  .text-red{
    color: #ED1B2E !important;
  }

  .text-green{
    color: #417505;
  }

  .text-orange{
    color: #FF9800;
  }

  .text-oranged{
    color: #E65100;
  }

  .text-blue {
  color: #3871C0;
  }

  .text-grey {
  color: #ddd;
  }

  .heading-container{
    background-color: #d7d7d8;
    padding: 3px;
    border-radius: 4px;
    width: 70%; 
  }

  .list{
    padding-top: 5px;
  }

/******************************************************************/
/* Logo                                                           */
/******************************************************************/
  nav{
    background: url("../img/overlay.png") repeat scroll 0 0;
  }


  .navbar-inverse {
    background: linear-gradient(to right, #262C3A , #3A6073);
    /*background: linear-gradient(to right, #360033 , #0b8793);*/
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .navbar-inverse .navbar-nav>li>a {
    color: #d7d7d8;
  }

  .navbar-brand {
    padding: 5px;
    padding-left: 20px;
  }

  .logo{
    padding-top: 6px !important;
    margin-top:  0 !important;
  }

  .adlalogo{
    margin-top: 10px;
    margin-bottom: 5px;
    border-right: solid 1px rgba(255,255,255,0.10);
  }  

/******************************************************************/
/* Profile sidebar                                                */
/******************************************************************/

.profile-sidebar {
  padding: 10px 0 20px 0;
  background: #fff;
  border: 1px solid #dfe4e6;
  border-radius: 3px;
}

.container-border{
  border: 1px solid #dfe4e6;
  border-radius: 3px;
  background: #FFF;
  padding: 10px 10px 10px 10px;
}

.profile-userpic{
  height: 70px;
}

.profile-userpic img {
  display: block;
  margin: 0 auto;
  width: 50%;
  max-height: 80px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

#zz17_V4QuickLaunchMenu ul li {
  border-bottom: 1px solid #f0f4f7;
  padding: 3px;
}

#zz17_V4QuickLaunchMenu ul li:last-child {
  border-bottom: none;
}

#zz17_V4QuickLaunchMenu ul li a {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
}

#zz17_V4QuickLaunchMenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

#zz17_V4QuickLaunchMenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

#zz17_V4QuickLaunchMenu ul li.selected {
  border-bottom: none;
}

#zz17_V4QuickLaunchMenu ul li.selected a {
  color: #2980b9;
  background-color: #f6f9fb;
  border-left: 3px solid #4389A2;
  margin-left: -2px;
}

.divider{
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

/*===========================
  Footer
===========================*/

.wrap{
/*  min-height: 76%;*/
}

.text-footer{
  color: #d0d2d3;
  font-size: 10px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  background: linear-gradient(to top, #232526 , #414345);
  margin-top: 20px !important;
 } 

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-min{
  background: linear-gradient(to top, #232526 , #414345);
  margin-top: 50px;
}


/*===========================
  Off-canvas
===========================*/


@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -70%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 75%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 70%; /* 6 columns */
  }
}

/*===========================
  Bradcrums
===========================*/

.breadcrumb {
  background: rgba(245, 245, 245, 0); 
  border: 0px solid rgba(245, 245, 245, 1); 
  display: block;
}

.btn-bread{
    font-size: 12px;
    
    border-radius: 3px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    top:px !important;
}

/*===========================
  Share Point
===========================*/

#s4-bodyContainer {
 padding-bottom: 0px !important;
}

.ms-srch-sb-border, .ms-srch-sb-borderFocused{
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.site-logo{
  float: left;
  display: inline-block;
  
}

.site-title{

  float: left;
  font-family: 'Philosopher', sans-serif;
  text-shadow: 2px 2px 4px #000000;
  color: #fff;
  margin-top: 6px;
  margin-left: 6px;
  text-decoration: none !important;
  word-wrap: break-word;
  color: #FFF !important;
  font-size: 23px;
}

.ms-srch-sb-searchLink{
  float: right;
}

#sideNavBox{
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.sidebar-logo{
  max-height: 60px !important;
}

.ms-core-listMenu-verticalBox > .ms-core-listMenu-item, .ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item {
    display: block;
    padding: 5px 15px;
}

.sort-ui{
/*  width: 500px;*/
  padding: 5px 10px;
  margin: 5px 0;
/*  border: 2px solid #444;*/
  border-left: 8px solid #4389A2;
  border-radius: 3px;
  /*background-color: #EA8A8A;*/
  font-size: 1.1em;
  text-align: center;
  cursor: move;                  
                                }

.m-b-5{
  margin-bottom: 10px !important;
}