﻿/*-----------------------------------------
    Generics    
-----------------------------------------*/
body, body label, p, form, table, td, tr {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #363636;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    color: #009999;
    font-weight: 500;
}

h1 {
    font-size: 40px;
    font-weight: 400;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

p {
    margin-bottom: 20px;
}

a {
    border-bottom: 2px solid #d9edf6;
    /*box-shadow: inset 0 -3px 0 #d9edf6;*/
    color: inherit;
    -webkit-transition: background .15s cubic-bezier(.33,.66,.66,1);
    transition: background .15s cubic-bezier(.33,.66,.66,1);
}

    a:focus, a:hover, a:active {
        color: #363636;
        text-decoration: none;
        /*background: #d9edf6;*/
    }

.red {
    color: red;
}

.bold {
    font-weight: 700;
}

.noTopMargin {
    margin-top: 0;
}

/*-----------------------------------------
    Header and other items    
-----------------------------------------*/
.txtSearch {
    width: 200px;
}

.invalid, ul.lstboxCodeCollection.invalid {
    border: 2px solid #df8f8f;
}

.edit_group_list {
    width: 300px;
    height: 400px;
}

.studentGroupsUpdate select[multiple] {
    height: 300px;
}

.studentGroupsUpdate .btn {
    font-size: 18px;
}

.dNone {
    display: none;
}

.filterBox {
    margin-top: 0;
    /*future one edge shadow sass mixin */
    -webkit-box-shadow: 0px 3px 3px 0px rgba(204,204,204,0.50);
    -moz-box-shadow: 0px 3px 3px 0px rgba(204,204,204,0.50);
    box-shadow: 0px 3px 3px 0px rgba(204,204,204,0.50);
}

.topnav {
    top: 112px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1010;
}

.subnav {
    top: 160px;
    position: fixed;
    right: 0;
    left: 0;
    min-height: 0px;
    z-index: 1000;
}

.styled-select li {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 5px;
    display: inline-block;
}

.ddlGroupCodeCollection, .ddlSubject, .ddlCodeCollection {
    width: 175px;
}

.panel-default {
    margin-top: 10px;
}

.top-buffer {
    margin-top: 10px;
}

.page-top-header {
    background-color:#f8f8f8;
    background: url("../Images/footer_bgup.jpg") repeat-x;
    height: 27px;
}
.page-top-header a {
    font-family: ebrima, sans-serif;
    color: #000;
    font-weight: normal;
    font-size:14px;
    box-shadow: none;
    text-decoration:none;
    border-bottom: 1px solid #007a00;
}

    .page-top-header a:focus, .page-top-header a:hover {
        color: #666;
        border-bottom: 1px solid #fff;
        background-color:transparent;
    }
/*-----------------------------------------
    Reset Password  
-----------------------------------------*/
#pwdChange table tr td {
    padding: 2px 0;
}
/*-----------------------------------------
    Header  
-----------------------------------------*/
header .navbar {
    min-height: 0px;
}

.poweredwegenne_header {
    font-size: 16px;
    font-weight: 500;
    color: #69a2c0;
    float: right;
    margin-top: 7px;
}

#applicationName {
    background-color: #ededed;
    padding: 20px 0 10px;
    z-index: 995;
}

#logoutArea {
    margin-top: 0px;
    font-size: 12px;
}

#userName {
    font-weight: 700;
    margin-right: 20px;
}
/*-----------------------------------------
    Global Footer  
-----------------------------------------*/
.page-footer a {
    color: #337ab7;
    font-weight: 400;
    box-shadow: none;
    border-bottom: 1px solid #337ab7;
    text-decoration: none;
}

    .page-footer a:hover, .page-footer a:focus {
        color: #363636;
        border-bottom: 1px solid #d9edf6;
    }

/*-----------------------------------------
    Login  
-----------------------------------------*/
.login-header {
    margin: 10% auto 0;
}

    .login-header h1 {
        font-size: 36px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .login-header h2 {
        color: #69a2c0;
        font-weight: 400;
        font-size: 16px;
        margin: 0 0 20px 0;
    }

.loginBoxLogin {
    margin: 0 auto;
}

    .loginBoxLogin input {
        width: 250px;
    }
    /* centers login box on IE */
    .loginBoxLogin .form-group {
        margin-left: auto;
        margin-right: auto;
        width: 250px;
    }

#loginBoxHelp {
    text-align: center;
    margin: 15px auto 0;
}

#loginFooter {
    text-align: center;
}

    #loginFooter img {
        margin: 100px 0 30px;
    }

    #loginFooter p {
        color: #898989;
        margin: 0 0 5px;
    }




/*-----------------------------------------
    Alerts  
-----------------------------------------*/

.alert {
    margin: 5px 0 0;
}

.alert-success {
    color: #363636;
    background-color: #cff4c0;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #363636;
    }

.alert-info {
    color: #363636;
    background-color: #b6d7eb;
    border-color: #97bcd3;
}

    .alert-info hr {
        border-top-color: #97bcd3;
    }

    .alert-info .alert-link {
        color: #363636;
    }
/* temporarily commenting out to test all situations of eliminating this warning. */
/*.alert-warning {
    color: #111;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }
*/
.alert-danger, .alert-warning {
    color: #363636;
    font-weight: 700;
    background-color: #ffeebf;
    border: none;
}

    .alert-danger hr, .alert-warning hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link, .alert-warning .alert-link {
        color: #843534;
    }


/*-----------------------------------------
    Forms  
-----------------------------------------*/


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(250, 255, 189);
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 5px 2px 0;
    margin-top: 1px \9;
    line-height: normal;
}

    input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

fieldset {
    margin-bottom: 15px;
}

    fieldset label {
        display: block;
        font-weight: bold;
    }

    fieldset input {
        margin-bottom: 10px;
        display: block;
        line-height: 1.3em;
    }

select, textarea, input, ul.lstboxCodeCollection {
    background-position: center;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3px 10px;
}

    body .form-control:focus,
    input:hover, input:focus,
    select:hover, select:focus,
    textarea:hover, textarea:focus,
    ul.lstboxCodeCollection:hover, ul.lstboxCodeCollection:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #f9ac2c;
        outline: 1px solid #f9ac2c;
    }

    body .btn:hover, body .btn:focus, input[type="submit"]:hover, input[type="submit"]:focus {
        outline: none;
        border: solid 1px #4f748c;
    }


/*-----------------------------------------
    Navigation and Header - Bootstrap overrides    
-----------------------------------------*/
.navbar-default {
    background-color: #3399CC;
    border-color: transparent;
    border-radius: 0;
}

    .navbar-default .navbar-brand {
        color: #fff;
    }

    .navbar-default .navbar-nav > li {
        margin: 0;
        padding: 0;
    }

        .navbar-default .navbar-nav > li > label, .navbar-default .navbar-nav > li > div > label {
            margin-left: 20px;
        }

        .navbar-default .navbar-nav > li > a {
            color: #fff;
            padding: 10px 15px 10px;
            margin: 0;
            border-bottom: none;
            text-transform: uppercase;
            font-weight: 600;
            box-shadow: none;
            -webkit-transition: color .15s cubic-bezier(.33,.66,.66,1);
            transition: color .15s cubic-bezier(.33,.66,.66,1);
            line-height: 15px;
            font-size: 15px;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #363636;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .active {
        color: #fff;
        background-color: #136d9a;
    }

.dropdown-menu > li > a {
    box-shadow: none;
}

    .dropdown-menu > li > a, .dropdown-menu > li > a.active {
        border-bottom: none;
        padding: 7px 20px;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a.active {
            color: #363636;
            text-decoration: none;
            background-color: #ff9999;
            box-shadow: none;
            -webkit-transition: color .15s cubic-bezier(.33,.66,.66,1);
            transition: color .15s cubic-bezier(.33,.66,.66,1);
        }

.navbar-default span {
    color: #fff;
}

.navbar-default label {
    color: #fff;
}

#applicationName {
    width: 100%;
    background-color: #ededed;
}

#appName a {
    font-size: 36px;
    color: #363636;
    font-weight: 300;
    float: left;
    border-bottom: none;
    padding-bottom: 5px;
    box-shadow: none;
}

    #appName a:hover, #appName a:focus {
        border-bottom: 1px solid #363636;
    }

/*-----------------------------------------
    Logbox    
-----------------------------------------*/
#logBox ul {
    margin-top: 5px;
}

    #logBox ul li {
        margin-left: 20px;
        color: #fff;
    }

    #logBox ul > li > select {
        margin: 0 0 0 3px;
        color: #363636;
        padding: 3px;
    }
/*-----------------------------------------
    Print    
-----------------------------------------*/

.pagination input {
    width: 100px;
    margin-right: 25px;
}

/*========== PRINT ==========*/
@media print {
    .noPrint {
        display: none;
    }
}

.txtShort {
    width: 40px;
}

.txtShort2 {
    width: 45px;
}

.txtShort3 {
    width: 50px;
}

.txtMed {
    width: 60px;
}

.txtMed2 {
    width: 75px;
}

.txtMed3 {
    width: 80px;
}

.txtMed4 {
    width: 65px;
}

.txtLong {
    width: 100px;
}

.txtVeryLong {
    width: 270px;
}

.txtUpdateAddress {
    width: 298px;
}

.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.vertical-center-alt {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}


.btn-link {
    color: #363636;
    margin-right: 12px;
}

.btn-td-link {
    color: #363636;
    text-decoration: none;
}

    .btn-link:hover, .btn-link:focus, .btn-td-link:hover, .btn-td-link:focus {
        color: #363636;
    }

.download-sign {
    color: #363636;
    padding-right: 8px;
}

.lbl-color {
    color: #363636 !important;
}

.pagination-td {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
}

    .pagination-td a {
        margin: 0px 10px;
    }

.pagination > li > a {
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}

.vCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #5a7d93;
}

    .modal-header > .modal-title {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
    }

.close {
    float: right;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=80);
    opacity: .8;
}

.display-none {
    display: none;
}

.div-table-cell {
    display: table-cell;
    padding-right: 5px;
    vertical-align: middle;
}

#edit_group_source_list_cell, #tdCurrentStudents {
    vertical-align: top;
}

#dropdown_source_cell > select {
    width: 100%;
    max-width: 230px;
}

#StudentGroups select[disabled], #StudentGroups img[role=button] {
    cursor:default;
}

.students-data-container select[disabled] {
    cursor:default;
}

input .table.table-order th a, th a {
    color: #363636;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    border: none;
    box-shadow: none;
    transition: none;
}

.table.table-order th,
.table.table-order td {
    padding-left: 14px;
}

.btn-row,
.table.table-order tr td:last-child {
    width: 100px;
}

    .table.table-order tr td:last-child .btn {
        float: right !important;
        margin-right: 10px;
    }

.table.table-order th {
    background: #fff;
    padding-top: 14px;
}

    .table.table-order th a:after {
        font-family: "FontAwesome";
        content: "\f0dc";
        margin-left: 6px;
        color: #ccc;
    }

    .table.table-order th a.asc:after,
    .table.table-order th.asc a:after {
        content: "\f0dd";
        color: #363636;
    }

    .table.table-order th a.desc:after,
    .table.table-order th.desc a:after {
        content: "\f0de";
        color: #363636;
    }

.table.table-order.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #fff;
}

.table.table-order.table-striped > tbody > tr:nth-child(even) > td {
    background-color: #f9f9f9;
}

.table.table-order.table-hover th {
    background-color: #fff;
}


/*align all edit buttons with the header text on checklist panels*/
.panel > .panel-heading > .panel-title .btn {
    margin-top: -4px;
}

.panel {
    margin-bottom: 0px;
}

.panel-sub-heading {
    padding: 15px 15px 0px 15px;
}

.panel-default > .panel-heading {
    font-weight: 600;
    font-size: 1.2em;
    padding-top: 15px;
}

.content-title {
    margin-top: 15px;
}

.panel-sub-heading input[type=checkbox] {
    margin-right: 5px;
}

body .table > tbody > tr > th[scope=row] {
    text-align: right;
    background: none;
}

/******************** Search Control ********************/
.search-td {
    height: 10px;
}

.search-td-space {
    width: 20px;
}

.table > tbody > tr > td.pwd-td-change {
    text-align: left;
    padding-left: 20px;
}

.lstboxCodeCollection[disabled] {
   background-color: #eee;
   color:#777;
}

.lstboxCodeCollection
{
    list-style-type: none;
    overflow:auto;
    height:85px;    
    margin-bottom: 0;
}

.lstboxCodeCollection li {
    position: relative;
    padding-left: 22px;
    cursor:pointer;   
    white-space: nowrap;
    overflow:hidden;
}

.lstboxCodeCollection[disabled] li {
    cursor:default;   
}

.lstboxCodeCollection li:after {
    font-family: FontAwesome;
    border: 1px solid #ccc;
    width: 12px;
    height: 12px;
    position: absolute;    
    border-radius: 2px;
    display: block;
    content: "";
    left: 3px;
    top: 4px;
    font-size: 0;
}

.lstboxCodeCollection li.active:after {
    color: #fff;
    font-family: FontAwesome;
    content: "\f046";
    font-size: 15px;
    top: 0;
    border: none;
}

.lstboxCodeCollection:not([disabled]) li.active {
    background-color: #ccc;
}

.lstboxCodeCollection[disabled] li.active {
    background-color: #cfcfcf;
}

.noBold {
    font-weight: normal;
}

.panelEmphasis {
    font-weight: 700;
    font-size: 1.1em;
}

#ddlDistrict, #ddlSchool {
    max-width: 300px;
}

.dismissable-validation-summary{
    margin-bottom:20px;
}

.selector-container {
    display: inline-block;
}

.logo--resize {
    height:auto; 
    width:165px;
}

/******************** DataTable Overrides ********************/
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'FontAwesome';
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\f0dc";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  content: "\f0dd";
  color:#000;
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  content: "\f0de";
  color:#000;
  /* sort-by-attributes-alt */
}

div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
}

#SearchField {
    width: 100%;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}

.lstboxCodeCollection li.active.edit_mode_coloring,
.lstboxCodeCollection li.active.edit_mode_coloring:after
{    
    color: #363636 !important;
    background: linear-gradient(#e9f8ff,#e9f8ff);
    background-color: #e9f8ff !important; /* for IE */
}

.no-margin {
    margin: 0;
}

.banner{
	background:url('../../images/banner1.jpg') repeat-x;
    height:141px;    
}

/* image thumbnail */
.thumb {
    display: block;
	width: 100%;
	margin: 0;
}

/* Style to article Author */
.by-author {
	font-style: italic;
	line-height: 1.3;
	color: #aab6aa;
}

/* Main Article [Module]
-------------------------------------
* Featured Article Thumbnail
* have a image and a text title.
*/
.featured-article {
	width: 482px;
	height: 350px;
	position: relative;
	margin-bottom: 1em;
}

.featured-article .block-title {
	/* Position & Box Model */
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	/* background */
	background: rgba(0,0,0,0.7);
	/* Width/Height */
	padding: .5em;
	width: 100%;
	/* Text color */
	color: #fff;
}

.featured-article .block-title h2 {
	margin: 0;
}

/* Featured Articles List [BS3]
--------------------------------------------
* show the last 3 articles post
*/

.main-list {
	padding-left: .5em;
}

.main-list .media {
	padding-bottom: 1.1em;
	border-bottom: 1px solid #990000;
}




/************** Photos **************************/
.gal-container{
	padding: 12px;   
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :15px;
    padding-bottom:75px;
}
footer{
    font-family: 'Quicksand', sans-serif;
}
footer a,footer a:hover{
    color: #88C425;
}

/* .modal-transparent */

.modal-transparent {
  background: transparent;
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* .modal-fullscreen */

.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}


.carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;    
    text-align: center;
    padding: 10px;
    background: rgba(41, 143, 202, 0.6);
    text-shadow: none;
    color: #fff !important;
}

.carousel-caption p {
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
}

.footer 
    {	 
	    color:#666666;
	    font-size:14px;
	    padding-top:20px;	   
	    /*border-top:1px solid gray; */  
	    min-height: 100px;
	    background: url("../Images/footer_bg.jpg") repeat-x;
    }

.logo {
    margin-top: 5px;    
    background-image: url('../Images/t_logo.png');
    width: 260px;
    background-repeat: no-repeat;
    float: left;
    height: 30px;
    border-bottom: 0px;
}

.book_intro {
    font-size: 20px;
    text-align: center;
    color: #009999
}

.align_center {
    text-align: center;
}

.about_title {
    font-size: 20px;
    text-align: center;
    color: #009999
}

.btn-default {
    color: #FFF;
    background-color: #009999;
    border: 2px solid #fff;
    border-color: #fff;
    font-weight: bold;
}

.btn-default:hover{
    background-color: #428f8f;
    border-color: #fff;
    border: 2px solid #fff;
    color: #FFF;
    font-weight: bold;
}

.preview {
    width: 100%;
    height:200%;
    background-color: #000;
    overflow: hidden;
}

.preview .carousel{
    width: 300px;
    margin: 10px auto 0;    
    overflow: visible;
}

.carousel img {
    -webkit-box-reflect: below 20px linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.3));
}

.thumbnail{
    float:left !important;
}