/* New Layout for 3 - Customize container */

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

body {
    /* background-image: url(https://s3.amazonaws.com/bungalow-assets/images/bkgd-texture.png); */
    background-color: #f3d18f;
    font-family: 'Roboto';
}

.bn-sortable {
    border: 3px solid #ddd;
    padding: 3px;
    border-radius: 4px 4px 4px 4px;
    cursor: move;
}

.notebook-tabs {
    padding-right: 0px;
    padding-left: 0px;
}

.tabs-right {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-weight: bold;
    color: black;
    border-left: 1px solid #ddd;
    background-image: url(https://s3.amazonaws.com/bungalow-assets/images/spine-pattern.png);
    padding-left: 0px;
    padding-bottom: 600px;
}

.tabs-right>li {
    margin-top: 12px;
    margin-right: 6px;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: #f3d18f;
}

.tabs-right>li>a,
.tabs-right>li>a:hover,
.tabs-right>li>a:focus {
    color: black;
    border-bottom: 1px solid #ddd;
    background-color: #f3d18f;
}

h4.board-detail-overview {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 130%;
}

p.board-detail-overview {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-weight: bold;
    font-size: 115%;
    border-left: 10px;
}

.table>tbody>tr>td.board-detail-overview {
    padding: 10px;
    background-color: #FEF7CF;
}

a {
    color: #bf5602;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #162227;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.ql-editor-modal {
    width: 80%;
}

.home-page-tabs {
    border-radius: 4px 4px 4px 4px;
    border-image: url(../images/wirebound.png) 0% 0% 0% 100% repeat;
    /*background-color: white;*/
    background-color: #FEF7CF;
    /*border: 1px solid #696A6D;*/
    border-left: 30px;
    padding-right: 0px;
}

.home-page {
    border-radius: 4px 4px 4px 4px;
    border-image: url(../images/wirebound.png) 0% 0% 0% 100% repeat;
    background-color: #FEF7CF;
    border-left: 30px;
}


/*.ql-modal-body {*/


/*overflow-y: hidden;*/


/*height: 100%;*/


/*}*/

.table-bordered {
    /*background: #FCF8E3;*/
    background-color: white;
    border-color: #749CAF;
}


/*.tab-image {*/


/*opacity: 0.5;*/


/*filter: alpha(opacity=50); */


/* For IE8 and earlier */


/*}*/


/*.tab-image:hover {*/


/*opacity: 1.0;*/


/*filter: alpha(opacity=100); */


/* For IE8 and earlier */


/*}*/

.gadget-well {
    background: #ffffff;
}

.section-view {
    background: #ffffff;
}

.panel-heading {
    background: #ffffff;
}

#djangoForumBody {
    border-radius: 4px 4px 4px 4px;
    padding: 10px;
    background: #ffffff;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

#djangoForumList,
#djangoForumThreadList,
#djangoForumThreadPosts {
    border-collapse: collapse;
    width: 100%;
}

#djangoForumList td,
#djangoForumThreadList td,
#djangoForumThreadPosts td {
    border: solid #777 1px;
    padding: 6px;
}

#djangoForumList .djangoForumListDetails {
    width: 70%;
}

#djangoForumList .djangoForumListDetails strong {
    font-size: 120%;
}

#djangoForumList .djangoForumListDetails .djangoForumStats {
    font-size: 80%;
}

.djangoForumListLastPost,
.djangoForumThreadLastPost {
    background-color: #ccc;
    border-bottom: solid #777 1px;
}

#djangoForumList th,
#djangoForumThreadList th,
#djangoForumThreadPosts th {
    background-color: #f0be43;
    border: solid #777 1px;
    color: #fff;
    text-align: left;
    padding: 4px;
}

#djangoForumThreadPosts th {
    width: 20%;
}

#djangoForumBreadcrumbs {
    padding: 20px;
}

#djangoForumBody label {
    font-size: 110%;
    font-weight: bold;
    display: block;
    padding: 4px;
}

#djangoForumThreadPostDetail {
    width: 20%;
}

.djangoForumPagination {
    display: inline;
}


/*h3 {*/


/*position: relative;*/


/*display: inline-block;*/


/*padding: 1em;*/


/*margin: 2em;*/


/*}*/


/*h3::before {*/


/*content: ''; */


/* To generate the box */


/*position: absolute;*/


/*top: 0; right: 0; bottom: 0; left: 0;*/


/*z-index: -1;*/


/*background: lightgray;*/


/*transform: perspective(4px) rotateX(1deg);*/


/*}*/


/*h3.board-detail-overview::before {*/


/* Tip by @krofdrakula */


/*border-radius: 10px 10px 0 0;*/


/*}*/

.gadget-text {
    /*background: #fffcc2;*/
    /*background: url(http://i.stack.imgur.com/ynxjD.png) repeat-y;*/
    background: #FDFFC7;
    /*width: 800px;*/
    /*height: 300px;*/
    /*font: normal 14px verdana;*/
    line-height: 25px;
    padding: 2px 10px;
    border: solid 1px #ddd;
}

.public-text {
    background: white;
    border: solid 2px #ddd;
}

.note-editor,
.note-editable {
    /*background: url(http://i.stack.imgur.com/ynxjD.png) repeat-y;*/
    background: #FDFFC7;
}

.quill-wrapper {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-shadow: 0px 0px 10px #ccc;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    min-width: 320px;
    width: 100%;
}

.ql-toolbar {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.ql-editor,
.ql-toolbar {
    visibility: hidden;
}

.ql-editor.ql-container,
.ql-toolbar.ql-toolbar-container {
    visibility: visible;
}

.panel-heading {
    background-color: #FEF6BA;
}


/* line 5, ../sass/project.scss */

.alert-debug {
    color: black;
    background-color: white;
    border-color: #d6e9c6;
}


/* line 11, ../sass/project.scss */

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}


/* line 17, ../sass/project.scss */

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


/* line 23, ../sass/project.scss */

.alert-warning {
    color: black;
    background-color: orange;
    border-color: #d6e9c6;
}


/* line 29, ../sass/project.scss */

.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}


/* line 35, ../sass/project.scss */

.admin-menu {
    color: #ffffff;
}


/* line 39, ../sass/project.scss */

.admin-button-weight-notebook {
    width: 223px;
}


/* line 43, ../sass/project.scss */

.admin-button-weight-board {
    width: 196px;
}


/* line 47, ../sass/project.scss */

.admin-button-weight-hyperpage {
    width: 159px;
}


/* line 51, ../sass/project.scss */

.f-multi-select {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4%;
}


/* line 58, ../sass/project.scss */

.s-multi-select {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

#calendar table {
    width: 100%;
}

#calendar table tr th {
    text-align: center;
    font-size: 18px;
    background-color: #bf5602;
    color: #f0be43;
}

#calendar table tr td {
    width: 10%;
    border: 1px solid #555;
    vertical-align: top;
    height: 120px;
    padding: 2px;
}

#calendar td.noday {
    background-color: #eee;
}

#calendar td.filled {
    background-color: #EFC779;
}

#calendar td.today {
    border: 4px solid #bf5602;
}

#calendar .dayNumber {
    font-size: 18px !important;
    font-weight: bold;
}

#calendar a {
    font-size: 12px;
}

.list-indented ul>li {
    margin-left: 10px;
}

.inactive-link {
    opacity: 0.2;
    color: grey;
}

.inactive-link:hover,
.inactive-link:active,
.inactive-link:link {
    opacity: 0.2;
    color: grey;
    text-decoration: none;
}

.list-indented ul>li {
    margin-left: 10px;
}

.list-indented ul>li {
    margin-left: 10px;
}

.datetimepicker {
    z-index: 1151 !important;
}