/*
 * Base structure
 */


/*
 * Global add-ons
 */

 body {
     font-family: Arial, Helvetica, sans-serif;
 }

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}


/*
 * Top navigation
 * Hide default border to remove 1px line.
 */

.navbar-fixed-top {
    border: 0;
}


/*
 * Sidebar
 */


/* Hide for mobile, show larger */

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        overflow-y: auto;
        background-color: rgb(242, 242, 242);
        border-right: 1px solid rgb(204, 204, 204);
        color: #555;
    }

    .input-group .fa-search{
        display: table-cell;
    }
}

@media (max-width: 400px) {
    .sidebar {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    #search {
        display: none;
    }
}


/* Sidebar navigation */
.profile-header {
    padding-top: 8px; 
}

.profile-usage {
    font-size: 0.7em;
}

.profile-usage progress {
    width: 70%;
    height: .375em;
}

.profile-button {
    margin-top: 15px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 1em;
    text-decoration: none;
    cursor: pointer;
}

.profile-circle {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #dedede;
    color: #666;
    font-size: 1.2em;
    font-weight: 700;
    overflow: hidden;
}

.profile-circle-lg {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #dedede;
    color: #666;
    font-size: 2em;
    font-weight: 700;
    overflow: hidden;
    margin-right: 10px;
}

.nav-sidebar>li.snippet-category {
    font-size: 1.2em;
    font-weight: bold;
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.nav-sidebar>li.snippet-category>a {
    text-align:left;
    font-size: 0.8em;
}

.nav-sidebar>li.draggable {
    border: 1px solid #ccc;
    background-color: #FEFEFE;
    box-shadow: 3px 3px 1px #ccc;
    margin-top: 10px;
}

.btn-green {
  background-color: #1ab394;
  color: #fff;
  border-radius: 3px;
}
.btn-green:hover, .btn-green:focus {
    background-color: #18a689;
    color: #fff;
}
.panel-footer {
    padding: 0 15px;
    border:none;
    text-align: right;
    background-color: #fff;
}

.default-snippet {
    width: 100%;
    min-height: 560px;
    border: 2px dashed #CCC;
    text-align: center;
}

.default-snippet .dropquote {
    font-size: 1.2em;
    margin-top: 200px;
}

.default-snippet .dropguide{
    font-size: 2em;
    color: #CCC;
    margin-top: 200px;
}


/*
 * Main content
 */

.main {
    padding: 20px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    overflow-y: auto;
}

.modal-open .container-fluid, .modal-open .container {
    -webkit-filter: blur(5px) grayscale(90%);
    filter: blur(5px) grayscale(90%);
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.main .page-header {
    margin-top: 0;
}

.main>ul {
    list-style-type: none;
    padding: 0;
}

.ui-sortable {
    box-shadow: 0px 0px 10px rgb(204, 204, 204);
    border: 1px solid rgb(204, 204, 204);
    padding: 20px;
    background-color: white;
    min-height: 600px;
    overflow: scroll;
}

.sortable:first-child {
    padding: 0 0 15px;
}

.editor {
    overflow: scroll;
    max-height: 500px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    height: 350px;
}

.draggable a .edit {
    display: none;
}

.draggable span.edit {
    float: right;
}

a:visited { 
    color: #337ab7 !important;
    text-decoration: none !important;
}

.gradient-pattern {
  background-image: url('https://s3-ap-southeast-2.amazonaws.com/content.shelfy.com.au/assets/images/round.png');
  /*background-color: rgb(238, 239, 239);*/
}


/* Modals */

.lead {
    font-size: 2.2em;
}

#firebaseGoogleLoginBtn {
    display:block;
    margin:auto;
}

#firebaseGoogleLoginBtn:hover {
    cursor: pointer;
}

#firebaseLogin .modal-dialog,
#firebaseResetPassword .modal-dialog,
#firebaseNewPassword .modal-dialog,
#firebaseRegister .modal-dialog {
    width: 350px;
}

#firebaseLogin input[type=text], input[type=email], input[type=password],
#firebaseResetPassword input[type=text], input[type=email], input[type=password],
#firebaseNewPassword input[type=text], input[type=email], input[type=password],
#firebaseRegister input[type=text], input[type=email], input[type=password] {
	margin-top: 10px;
}

#div-login-msg,
#div-lost-msg,
#div-register-msg {
    border: 1px solid #dadfe1;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
}

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
    border: 1px solid #68c3a3;
    background-color: #c8f7c5;
}

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
    border: 1px solid #eb575b;
    background-color: #ffcad1;
}

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: #dadfe1;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
    background-color: #68c3a3 !important;
}

#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
    background-color: #eb575b !important;
}

#img_logo {
    max-height: 100px;
    max-width: 100px;
}

/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .9;
}

.modal-content {
    background-color: #ececec;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    border-top: 0px;
}

.checkbox {
    margin-bottom: 0px;
}

.btn {
    border-radius: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-lg, .btn-group-lg>.btn {
    border-radius: 0px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

.btn-link:hover, .btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
}

.glyphicon {
    top: 1px;
}

.form-control {
  border-radius: 0px;
}