﻿/*Bootstrap Icons - Directory change*/
[class^="icon-"], [class*=" icon-"] 
{
    background-image: url("/resources/images/icons/glyphicons-halflings.png");
}

/* Gridview Selected Item*/
.GridViewSelectedRow
{
    background-color: #d8ecf6;
}

/* Login */
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

/* tree configuration */
.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}

.user-avatar {
border-radius: 50%;
border: 3px solid #ffffff;
margin-left: -15px;
margin-top: -5px;
width: 50px;
}

.accordion-group {
margin-bottom: 0px;
border: 0px solid #e5e5e5;
}

.select2-search-choice-close 
{
    background: url('/resources/images/icons/select2.png') right top no-repeat;
}

.select2-container .select2-choice abbr {
    background: url('/resources/images/icons/select2.png') right top no-repeat;
}

.select2-container .select2-choice .select2-arrow b {
    background: url('/resources/images/icons/select2.png') no-repeat 0 1px;
}

.select2-search input {
    background: #fff url('/resources/images/icons/select2.png') no-repeat 100% -22px;
    background: url('/resources/images/icons/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/resources/images/icons/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/resources/images/icons/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/resources/images/icons/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-choices {
border-radius: 3px;
}

.ms-choice{
padding: 4px 6px;
margin-bottom: 10px;
border: 1px solid #cccccc;
height: 26px;
}

.select2-container .select2-choice .select2-arrow 
{
    display:none;
}

.select2-container-multi .select2-choices .select2-container .select2-choice .select2-container .select2-choice > .select2-chosen
{
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    padding: 4px 6px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    height: 26px;
    background-image: none;
}

.select2-container-multi .select2-choices .select2-container .select2-choice 
{
    background-image: none;
    border: 1px solid #cccccc;
}

.select2-container-multi .select2-choices 
{
    display: block;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    padding: 4px 6px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    height: 26px;
    background-image: none;
}

/* Sidenav for Docs
-------------------------------------------------- */
.bs-docs-sidenav 
{
  width: 228px;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

@media (min-width: 1200px)
.bs-docs-sidenav {
width: 258px;
}

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    width: 258px;
  }
  .bs-docs-sidenav > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
}

.navbar .nav { float:none; }

  .navbar .nav>li {
      float:none;
      display:inline-block;
  }
  
  #divulcenter { text-align:center; }

/* Desktop
------------------------- */
@media (max-width: 980px) {

  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    width: 218px;
    margin-top: 30px;
    margin-right: 0;
  }
  
  .navbar .nav { float:left; }
  
  #divulcenter { text-align:left; }
  
  .navbar .nav>li { display:block; }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }
  
  #divulcenter { text-align:left; }
  
  .navbar .nav { float:left; }  
  
  .navbar .nav>li { display:block; }
}

/* Fixes the position of the multiselect widget
----------------------*/
.ms-drop.bottom 
{
    position:relative;
}

/* Additional icons*/
.icon-filter-remove {
background-position: -477px -1px;
}

.table-striped-blue tr.odd, .table-striped-blue tbody>tr:nth-child(odd)>td, .table-striped-blue tbody>tr:nth-child(odd)>th {
background-color: #CFE1FF;
}

.table-striped-blue tr.even, .table-striped-blue tbody>tr:nth-child(even)>td, .table-striped-blue tbody>tr:nth-child(even)>th {
background-color: #B5C7E8;
}

.well { border-radius:10px; }

@media (min-width: 1200px) {
    .row {
        margin-left:0px;
    }
}
    .row {
        margin-left:0px;
    }
