/* CSS Document */

#content-register {
    margin-top: 35px;
    margin-bottom: 100px;
}

/*player and ui styles*/
.btn {
    border-radius: 0;
}

.btn:focus {
    /*border: 1px solid #aaaaaa;*/
}
.ui-slider .ui-slider-handle {
    height: 0;
    width: 0;
    z-index: -10;
}

.ui-slider-horizontal {
    height: 0.6em;
}
.ui-corner-all {
    border-radius: 0;
}

#cw-content-detail-menu {
    border: 1px solid #aaaaaa;
  
}

#cw-content-detail-menu fa{
    font-size: 3em;
}

.wrap {
   display: inline-block;
    width: 200px;
    margin-bottom: 25px;
}

body, html {
    height: 100%;
}

/*borders*/

#tbl-plans td {
    border-bottom: 1px solid #b4b4b4;
}

.form-control {
    border: 1px solid #b4b4b4;
}


.btn-default {
    border-color: #b4b4b4;
}

th.cell-border {
    border-width: 1px;
}

#tbl-plans td {
    border-width: 1px;
}
#tbl-plans {
    margin-bottom: 25px;
}

.cell-border-plan-closer {
    border-width: 1px !important;
}

.cw-hidden {
    display: none;
}

.cw-optional {
    display: none;
}

.cw-selected {
    background-color: #eee;
}

.cw-unselected {
    background-color: #FFFFFF;
}

/*LIST VIEW BASE CLASS */

.list-view {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .list-view .list-view-img {
        background-color: #000 !important;
        border-radius: 100%;
        display: inline-block;
        float: left;
        height: 84px;
        margin-right: 20px;
        width: 84px;
        transform: scale(0.9);
        transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    }

.list-view h4{
    margin-top: 35px;
}
.list-info h4 {
    margin-bottom: 45px;
}

.list-view-img:hover {
    background-color: #337ab7 !important;
    border: 1px solid #ADADAD;
    color: #41ab6b;
    transform: scale(1);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.list-view-img:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: 0.3s;
    transition-property: top, right, bottom, left;
    border-radius: 100%;
    transform: scale(1);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.mrgn-btm {
    margin-bottom: 100px;
}

.row.mrgn-top, .mrgn-top {
    margin-top: 20px;
}

/*classes for debugging layouts*/

.blue {
    background-color: #add8e6;
}

.orange {
    background-color: #ffb347;
}

.red {
    background-color: #f08080;
}

.tan {
    background-color: #d2b48c;
}

.yellow {
    background-color: yellow;
}

/* custom bootstrap that replaces old styles */

.userDetails {
    padding-left: 20px;
    padding-right: 20px;
}
#cw-user-takeowner-link,
#cw-user-delete-link {
    float: left;
    margin-right: 4px;
    border-radius: 4px;
    padding-bottom: 2px;
}

/* MEDIA QUERIES */


/*SMARTPHONES portrait and landscape*/

@media only screen and  (min-width: 200px) and (max-width: 750px){
    html, body {
        /*color: red !important;*/
    }

    #sidebar {
        margin-top: 50px !important;
    }
    #sidebar .navbar-nav > li > a {
        text-align: left;
        padding-left: 20px;
    }
    /* HOME */

    #wsn-logo {
        display: none;
    }
    #small-logo {
        display: block;
        margin-left: -10px;
    }
    #login-status {
        /*margin-bottom: 25px;*/
        display: inline-block;
        margin-right: 0;  
    }
    .navbar-toggle {/*.navbar-toggle and .icon-bar make the toggle visible(ie navbar-default)*/
        border-color: #ddd;
        border-radius: 0px;
    }
    .icon-bar {
        background-color: #888;
    }

    .intro-copy {
        margin-left: 5%;
        margin-right: 5%;
    }
    .list-view .list-view-img {
        height: 60px;
        width: 60px;
    }
    .list-view h4 {
        margin-top: 20px;
    }
    .collapse.navbar-collapse {
        margin-top: 70px;
        margin-bottom: -20px;
    }
    .list-info h4 {
        text-align: left;
        margin-left: 5%;
    }

    /*SEARCH*/


    ul.cw-list-searchoptions {
        padding-left: 0;
    }
    #search-results {
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 25px;
    }
    #search-results a {
        font-size: 13px;
    }
    #search-results  td  {
        font-size: 13px;
    }
    #search-tips {
        margin-bottom: 100px;
    }
    #search-opts-margin {
        margin-top: 35px;
        height: 1125px;
    }
  /*ADMIN*/

  #sidebar {
      margin-top: 150px;
      margin-left: 0;
  }

  #sidebar-container.affix {
      position: static;
  }
  #sidebar.affix {
      position: static;
  }
  nav.sidebar.navbar {
      width: auto;
      min-height: 0;
  }
  #user-list {
      margin-top: 15px;
  }
  #content-user {
      margin-top: 15px;
  }
  #menu-toggle.navbar-toggle {
      margin-right: 30px;
  }
  #collapse.navbar-collapse.collapse.in {
      margin-top: 10px;
  }
  #sidebar.ul.nav.navbar-nav {
      text-align: left;
  }

  /*CATALOG*/
  #contents.table {
      font-size: 10px;
  }

  /*INVITE*/
  .cell-instructions {
      margin-left: 15px;
      margin-right: 15px;
  }

  .navbar-fixed-bottom {
      display: none;
  }

  #Recipient {
      margin-left: 15px;
      margin-right: 15px;
  }
  .navbar.navbar-default.navbar-fixed-bottom {
      display: none;
  }
  #invitations {
      margin-left: 15px;
      margin-right: 25px;
  }

  .invite-new-users {
      margin-left: 15px;
  }
  #invite-send{
      /*margin-left: 15px;*/
  }
  #logo-preview {
      margin-left: 15px;
  }
  /*fixes navbar problem*/
.navbar .nav,
.navbar .nav  >  li {
    display: block;
}

/*my account*/

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
#preview {
    margin-bottom: 5px;
}

.add-margin-left {
    margin-left: 15px;
}

#content-help {
   margin-top: 150px;
}

#content-cart {
    margin-top: 25px;
}
#content-contact {
    margin-top: 25px;
    margin-bottom: 25px;
}

.add-top-bottom{
    margin-top: 20px;
    margin-bottom: 20px;
}

#full-search-results {
    margin-bottom: 50px;
    border: 1px solid #dddddd;
}

#bullets h4{
    min-width: 250px;
}

#vol-div {
    margin-top: 15px;
}
#cw-content-detail-menu {
    margin-left: 15px;
}
/*responsive table styles*/

/*table, thead, tbody, th, td, tr {
    display: block;
}
thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

tr { border: 1px solid #ccc;}

td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
}
 td:before {
     position: absolute;
     top: 6px;
     left: 6px;
     width: 45%;
     padding-right: 10px;
     white-space: nowrap;
 }*/

}

@media only screen and (min-width: 751px) and (max-width: 1020px){
    #wsn-logo {
        display: none;
    }
    #nav-row {
        margin-top: -50px;
    }

}

/*@media only screen and (min-width: 751px) and (max-width: 1220px) {
    .navbar .nav,
  .navbar .nav  >  li {
    float: left;
  }
}*/

/* Small devices (tablets, 768px and up) */
/*@media (max-width: 640px) {
    .navbar-brand {
        padding: 5px;
    }

        .navbar-brand > img {
            width: 166px;
            height: 40px;
        }

    .navbar-collapse.collapse.in {
    }

    .list-view-img {
        display: block;
        margin: 0 auto 20px;
        float: none;
    }

    .list-view h4 {
        margin-top: 0;
    }

    .list-view p {
        text-align: justify;
    }

    .cstm-container {
        margin-top: 80px;
    }
}*/

/*small devices*/
/*@media only screen and (min-width: 500px) and (max-width: 800px), (max-width: 996px) and (orientation:landscape) {
    html, body {
        color: green !important;
    }

    .affix {
        position: static;
    }

    #content-user {
        margin-top: 100px;
        margin-left: 175px;
    }

    #small-logo {
        display: block;
        margin-top: -20px;
        margin-right: 10px;
        margin-left: -10px;
    }

    #menu-links {
        margin-left: 10px;
    }

    .navbar.sidebar.navbar {
        min-height: 10px;
        width: 100%;
        z-index: 10000;
    }

    .navbar.navbar-collapse {
        text-align: center;
    }

    #navbar-main div.container {
        padding-top: 0;
    }

    .navbar.nav {
        float: none;
        text-align: center;
    }

        .navbar.nav li {
            width: 100%;
            display: inline-block;
            float: none;
        }

    #menu-toggle {
        margin-top: 12px;
        margin-right: 20px;
    }

    #sidebar {
        margin-top: 10px;
        margin-left: 0px;
    }

        #sidebar .navbar-nav > li > a {
            margin-left: 10px;
        }

    .form-horizontal .form-group {
        margin-left: 15px;
        margin-right: 15px;
    }

    button.navbar-toggle {
        margin-top: 8px;
        margin-right: 5px;
    }

    #wsn-logo {
        display: none;
    }

    footer .footer-title {
        height: 4em;
    }

    footer .cstm-row {
        width: 100%;
        text-align: center;
    }

    .carousel-caption {
        height: 300px;
    }

    .navbar-toggle {
        margin-top: 35px;
        margin-right: 0px;
    }

    #login-btn {
        margin-top: 35px;
    }

    #login-status.container.text-right {
        padding-right: 0px;
    }

    #quick-links {
        display: none;
    }

    ul.navbar-nav {
        margin-top: 45px;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
    }
}*/


/*@media only screen and (min-width: 300px) and (max-width: 412px) {
    html, body {
        color: red !important;
    }

    #menu-toggle {
        margin-top: 0px;
    }

    .line {
        margin-top: 20px;
    }

    #intro {
        margin-top: 75px;
    }
}*/

@media only screen and (min-width: 768px) and (max-width: 800px) and (orientation:portrait),(min-width: 768px) and (orientation:landscape) {

}

/* END MEDIA QUERIES*/




/* .column widths, -10% of "precived width" for 6 column layouts */
div.six_column.section div.one {
    width: 15%;
}

div.six_column.section div.two {
    width: 30%;
}

div.six_column.section div.three {
    width: 45%;
}

div.six_column.section div.four {
    width: 60%;
}

div.six_column.section div.five {
    width: 75%;
}

div.six_column.section div.six {
    width: 90%;
}

div.nine_column.section div.one {
    width: 10%;
}

div.nine_column.section div.two {
    width: 20%;
}

div.nine_column.section div.three {
    width: 30%;
}

div.nine_column.section div.four {
    width: 40%;
}

div.nine_column.section div.five {
    width: 50%;
}

div.nine_column.section div.six {
    width: 60%;
}

div.nine_column.section div.seven {
    width: 70%;
}

div.nine_column.section div.eight {
    width: 80%;
}

div.nine_column.section div.nine {
    width: 90%;
}

div.nine_column.section div.200 {
    width: 200px;
}


table {
    border-collapse: collapse;
}
