@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #efefef;
}

.chat .chat-history {
padding: 30px 0;
border-bottom: 2px solid white;
}
.chat .chat-history .message-data {
margin-bottom: 15px;
}
.chat .chat-history .message-data-time {
color: #a8aab1;
padding-left: 6px;
}
.chat .chat-history .message {
color: white;
padding: 10px;
line-height: 16px;
font-size: 11px;
border-radius: 5px;
margin-bottom: 30px;
width: 90%;
position: relative;
}


.chat .chat-history .message:after {
content: "";
	position: absolute;
	top: -15px;
	left: 20px;
	border-width: 0 15px 15px;
	border-style: solid;
	border-color: #CCDBDC transparent;
	display: block;
	width: 0;
}
.chat .chat-history .you-message {
background: #CCDBDC;
color:#003366;
}
.chat .chat-history .me-message {
background: #E9724C;
}
.chat .chat-history .me-message:after {
border-color: #E9724C transparent;
	right: 20px;
	top: -15px;
	left: auto;
	bottom:auto;
}
.chat .chat-message {
padding: 30px;
}
.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
font-size: 16px;
color: gray;
cursor: pointer;
}

.chat-ul li{
	list-style-type: none;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.you {
  color: #CCDBDC;
}

.me {
  color: #E9724C;
}

.io-results{
  display: none;
}

.borderless td, .borderless th {
    border: none!important;
    padding: 4px!important;
}

.menu-header{
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 15px 5px 25px;
}

.navbar-fixed-side .divider{
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.navbar-default .navbar-nav>li>a {
  font-size: 13px;
  line-height: 15px;
}

h4{
	background-color: #265c26;
  color: white!important;
  padding: 8px;
	font-size: 13px;
}
h4 small{
  color: white!important;
}

.table>tbody>tr>th{
	border: none;
}

.navbar-form {
	padding: 0;
}

.btn-dark {
  color: #ffffff;
  background-color: #4D4D4D;
  border-color: #262626;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}

.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
}

.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #4D4D4D;
  border-color: #262626;
}

.btn-dark .badge {
  color: #4D4D4D;
  background-color: #ffffff;
}

/*
 * Globals
 */


body {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
	font-size: 12px;
  color: #555;
  background: white;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-weight: normal;
  color: #333;
}


.fc-day-header a, .fc-day-header a:hover{
  color: white;
}
a:hover {
  color: #111;
  text-decoration: underline;
}

label {
  display: inline-block;
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
}
input, button, select, textarea {
  margin-bottom: 10px;
  display: block;
}
input[type=radio], input[type=checkbox] {
  display: inline-block;
  width: auto;
  height: initial;
}
.radio, .checkbox {
  position: relative;
  /*display: inline-block;*/
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#permissions ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
#permissions ul li {
  list-style: none;
  margin: 0;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  /*margin-top: 20px;*/
}

.form-inline button {
  margin-bottom: 10px !important;
  margin-top: 0;
}

th {
  background-color: #676767 !important;
    color: #FFF;
    font-weight: normal;
}
td {
  padding: 5px;
}

.nav-tabs>li>a {
  background-color: #e6e6e6;
  color: #333;
}


/*
 * Override Bootstrap's default container.
 */

.container {
}
.admin-masthead .container {
  background: none;
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
  #location-table td:nth-child(1),
  #location-table td:nth-child(2) {
    display: none !important;
  }
}




/*
 * Masthead for nav
 */

.admin-masthead {

      background: #670027;
			position: fixed;
    z-index: 999;
    width: 100%;
  border-bottom: 1px solid #670027;
  border-bottom: none;
}
.admin-masthead .container {
  padding-left: 0;
  padding-right: 0;
}

/* Nav links */
.admin-nav-item {
  color: #cdddeb;
  display: inline-block;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: relative;
  padding: 0 10px;
}
.admin-nav-item:hover, .admin-nav-item:focus {
  color: #fff;
  background: #73370B;
  color: #FFF;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.admin-nav .active {
  color: #fff;
}

/*
.admin-nav.pull-left a {
  background: #fff;
  border-radius: 3px;
  display: block;
  height: 44px;
  margin: 3px 0;
  overflow: hidden;
  padding: 3px;
  width: 50px;
}
.admin-nav.pull-left a img {
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
}
*/

.admin-nav.pull-right a:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.admin-nav.pull-right a {
  border-right: 1px solid #f5f5f5;
  float: left;
}


/*
 * Blog name and description
 */

.admin-header {
	margin-top: 50px;
  padding-top: 20px;
  /*padding-bottom: 20px;*/
}

.admin-title {
/*  margin-top: 30px;
  margin-bottom: 0;*/
  font-size: 24px;
  font-weight: normal;
}

.admin-description {
  font-size: 16px;
  color: #222;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}


/*
 * Main column and sidebar layout
 */

.admin-main {
  font-size: 12px;
  line-height: 1.5;
  background: #fff;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  min-height: 1000px;
  padding-bottom: 100px;
}
.admin-main table {
  max-width: 696px;
  font-size: 11px;
/*
  table-layout: fixed;
  word-wrap: break-word;*/

}

.admission_colour{
  padding: 4px;
  color: white;
  font-size: 9px;
  border-radius: 3px;
  display:inline-block;
}
.status_BOOKED{
  background-color: #24b724;
  padding: 4px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-radius: 3px;
  display:inline-block;
}

.status_MBOOKED{
  background-color: #3c823c;
  padding: 4px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-radius: 3px;
  display:inline-block;
}

.status_CANCELLED{
  background-color: #ca3b38;
  padding: 4px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-radius: 3px;
  display:inline-block;
}
.status_CHECKEDIN{
  background-color: #42b6f4;
  padding: 4px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-radius: 3px;
  display:inline-block;
}
.status_CHECKIN{
  background-color: #e3a525;
  padding: 4px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-radius: 3px;
  display:inline-block;
}
.view_waivers{
  background-color: #42b6f4;
  padding: 4px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-radius: 3px;
  display:inline-block;
}
.status_CHECKIN:hover{
  cursor: pointer;
}
.party_row{
  background-color: #e0fedf !important;
}
.checkedin_row{
  opacity: 0.3;
}

.admin-main .table .btn {
  display: inline;
}

.admin-main .navbar-form {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 0;
  padding-bottom: 15px;

  margin-bottom: 15px;
}

  .admin-sidebar  {
    padding-top: 20px !important;

  }
  .admin-sidebar li {
    list-style: none;
    margin-top: -1px;
  }

  .admin-sidebar h4 {
    color: #B0B0B0;
    font-size: 12px;
    padding: 8px 10px;
    text-transform: uppercase;
  }

  .admin-sidebar a {
        color: #999;
        /*color: #;*/
        display: block;
        font-size: 14px;
        padding: 8px 10px;
        text-decoration: none;
        position: relative;
        border: 1px solid transparent;
        border-right: 0;
  }
  .admin-sidebar a:hover, .admin-sidebar .selected a {
    background: #fff;
    border-color: #ddd;
    margin-right: -1px;
    /*border-right: 1px solid #ddd;*/
    z-index: 99;
  }


    /* Sidebar modules for boxing content */


    .sidebar-title {
        display: none;
      font-size: 24px;
      font-weight: normal;
      padding-top: 20px;
      padding-left: 10px;
      margin-bottom: 10px !important;
    }


    .sidebar-module {
      padding: 0;
      margin: 0 -1px 0;
      z-index: 1;
      position: relative;
    }

    .sidebar-module ul {
      margin-bottom: 0;
    }
    .sidebar-module li {
        border-bottom: 1px solid #ddd;
        /*border-left: 1px solid #f5f5f5;*/
    }
    .sidebar-module li:hover {
        border-right: 1px solid #ddd;
/*      border-left: 1px solid #ddd;*/
    }
    .sidebar-module li:first-child {
        border-top: 1px solid #ddd;
    }
    .sidebar-module a {
                    background: #;
        
        color: #999;
        color: #;
        display: block;
        font-size: 13px;
        padding: 8px 10px;
        text-decoration: none;
    }
    .sidebar-module a:hover {
      background: #fff;
      color: #111;
      background: #;
      color: #;
    }
    .sidebar-module .selected a {
        background: #fff;
        background: #;
        color: #;
    }
    /*.sidebar-module .selected {
        border-left: 1px solid #ddd;
    }*/
    .sidebar-module h4 {
      text-transform: uppercase;
      /*letter-spacing: 2px;*/
      margin: 0;
      font-size: 14px;
      padding: 10px;
      color: #919191;
      font-weight: bold;
      /*background: #ddd;*/
      background: #EBEBEB;
      background: #;
      color: #;
    }



        /* Pagination */
        .pager {
          margin-bottom: 60px;
          text-align: left;
        }
        .pager > li > a {
          width: 140px;
          padding: 10px 20px;
          text-align: center;
          border-radius: 30px;
        }



        /*
         * Footer
         */

        .admin-footer {
          padding: 40px 0;
          color: #999;
          text-align: center;
          background-color: #f9f9f9;
          border-top: 1px solid #e5e5e5;
          font-size: 10px;
        }
        .admin-footer p:last-child {
          margin-bottom: 0;
        }


        .admin-sidebar {

        }

        .admin-sidebar {
            padding-right: 0 !important;
            padding-left: 1px !important;
            margin: 0 !important;
            /*border-left: 1px solid #ddd;*/
            /*border-bottom: 2px solid #ddd;*/

            /*padding-bottom: 100px*/
        }



        /*
         * Locations
         */

        #map {
          height:400px;
          margin: 15px -30px 15px -30px;
          border-top: 1px solid #ddd;
          border-bottom: 1px solid #ddd;
        }


        /*
         * Misc
         */

         .help-block.text-danger {
          color: #a94442;
         }




        .admin-main {
          position: relative;
          padding-left: 30px;
          padding-right: 30px;
        }

        .admin-main h4, .btn-frame {
            background: #;
            color: #222;
            background-color: #f5f5f5;
            /*background-color:#;*/
            color:#;
            border-bottom: 1px solid #ddd;
            border-top: 1px solid #ddd;
            margin-left: -15px;
            margin-right: -15px;
            padding: 10px 30px;
            margin-bottom: 15px;
            margin-top: 15px;

        }

        .admin-main h4 {
          background: #;
        }

        /*
        .admin-main h4:before {
            border-bottom: 5px solid #ddd;
            content: '';
            width: 40%;
            height: 30px;
            position: absolute;
        }
        */
        .indent-help {
          padding-top: 15px;
          padding-bottom: 15px;
          /*padding: 10px auto;*/
          border-top: 1px solid #ddd;
          border-bottom: 1px solid #ddd;
          position: absolute;
          /*width: 180px;*/
          /*right: -200px;*/
            color: #999;
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
            font-size: 12px;
        }
        .indent-help p:last-child {
          margin-bottom: 0;
        }

        @media (max-width: 768px) {
          .indent-help {
            border: 0;
            position: relative;
            padding: 15px 0;
            font-size: 14px;
            /*font-family: 'Montserrat', sans-serif;*/
            font-family: Helvetica, Arial, sans-serif;
          }
        }




    #location-table input[readonly] {
      cursor: pointer;
      background: #fff;
    }


    #location-table {
      margin-top: 15px;
    }
    #search_output {
      max-height: 84px;
      overflow: scroll;
    }




        #location-table td {
          position: relative;
          vertical-align: middle;
        }


        .remove_advert {
            position: absolute;
            top: 20px;
            right: -42px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #59D3A2;
            color: #fff;
            text-align: center;
            text-decoration: none;

            -webkit-transition: -webkit-transform .2s ease-out;
            -moz-transition: -moz-transform .2s ease-out;
            -o-transition: -o-transform .2s ease-out;
            transition: transform .2s ease-out;
            -webkit-transition: all .2s ease-in-out;
        }
        .remove_advert:hover {
            border: 1px solid #59D3A2;
            background: #fff;
            color: #59D3A2;
            text-decoration: none;

            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1)

        }


        @media (max-width: 1200px) {
          .remove_advert {
            right: -26px;
          }
        }




        .status-disc {
          font-size: 30px;
          line-height: 20px;
        }
        .status-expired,
        .status-disabled {
          color: #ddd;
        }
        .status-active {
          color: #59D3A2
        }
        .status-scheduled {
          color: #f6a828;
        }



        .btn-file {
            position: relative;
            overflow: hidden;
        }
        .btn-file input[type=file] {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 100%;
            min-height: 100%;
            font-size: 100px;
            text-align: right;
            filter: alpha(opacity=0);
            opacity: 0;
            outline: none;
            background: white;
            cursor: inherit;
            display: block;
        }

        #sortable tr {
          background: #fff;
        }


        .btn-danger:visited {
            color: #fff;
        }

        /*form hr {
            margin: 0;
        }*/

        textarea {
            resize:vertical;
            width: 100%;
        }




    .alert-success a {
        text-decoration: underline;
        color: #3c763d;
    }
    .alert-success a:hover {
        text-decoration: none;
    }

    #datatable{
    font-size: 13px;
  }

  .view-wide{
      min-width:250px;
  }

  .small-text{
      font-size:0.7em;
  }

  .a_slide, .a_knowledge_check, .an_access_code{
    padding: 20px;
    margin: 20px 0;
    border: 1px dashed #ccc;
  }

  .a_slide h3, .a_knowledge_check h3, .an_access_code h3{
    font-size: 18px;
    margin: 0;
  }

  .division-cell{
    margin: 10px 10px 10px 30px;
    padding: 8px;
  }

  .tab-content .tab-pane {
           display: block;
           height: 0;
           overflow-y: hidden;
       }

       .tab-content .active,
       .pill-content .active {
           height: auto;
       }

  .tab-content .active{
    margin: 20px 0;
    padding: 2px;
  }
