/*  
    * Dais Bootstrap CSS
    * styles extension plugins for Twitter Bootstrap 3
    * to blame : Nick Panov : Dais Software
*/

/*bs swipe*/

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 18px;
}

.item {
    transition-timing-function: ease-in-out;
}

.swipe .carousel-inner > .item.drag,
.swipe .carousel-inner > .item.swipe {
    -webkit-transition: none;
    transition: none;
}



/* FULLSCREEN MODAL WINDOW */

body.modal-open,
html.modal-open {
    overflow-y: hidden;
}

.modal.modal-fullscreen {
    padding-bottom: 0;
    background: #41576b;
    overflow: hidden;
}

.modal-fullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
}

.modal-fullscreen .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: static;
}

.modal-fullscreen .modal-header {
    margin-top: 50px;
    border: none;
}

.modal-fullscreen .modal-body {
    padding-bottom: 60px;
}

.modal-fullscreen .modal-footer {
    position: fixed;
    min-height: 60px;
    width: 100%;
    bottom: 0px;
    right: 18px;
    background-color: #fff;
    z-index: 4;
}

.modal-fullscreen .modal-footer {
    border: none;
}

/* CHECKLIST
*  adding toggle vision for list items in addition to button groups
*/
.checklist label > input[type="radio"],
.checklist label > input[type="checkbox"] {
    display: none;
}

.checklist a.btn {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    text-align: left;
    border-radius: 0;
    box-shadow: none;
}

.checklist .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.checklist .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.checklist .list-group-item.active,
.checklist .list-group-item.active:hover,
.checklist .list-group-item.active :focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

.checklist .active .glyphicon-unchecked:before {
    content: "\e067";
}


/* Simple CSS toggle-view*/
.toggled {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
    display: inline-block;
}

.btn.active + .toggled {
    height: auto;
    opacity: 1;
}

/* Push ! 
 * Navbar switches it's position on small devices;
 *
*/

@media screen and (max-width:767px) {

    .nav-push,
    .nav-push-bg {
        position: fixed;
        top: 0px;
        left: -300px;
        width: 300px;
        height: 100%;
        padding-top: 50px;
        background: #222;
        z-index: 1040;
    }

    #page,
    .navbar-fixed-top,
    .nav-push {
        transition: 0.4s;
        -ms-transition: 0.4s;
        -webkit-transition: 0.4s;
    }

        #page.push,
        .navbar-fixed-top.push {
            -webkit-transform: translateX(300px); /* Safari and Chrome */
        }


        .nav-push > ul {
            padding-left: 0;
            margin: 0 0 20px 0;
        }

            .nav-push > ul > li > a {
                position: relative;
                display: block;
                padding: 10px 15px;
                margin-bottom: -1px;
            }

            .nav-push > ul > li:first-child > a {
                border-top-right-radius: 4px;
                border-top-left-radius: 4px;
            }

            .nav-push > ul > li:last-child > a {
                margin-bottom: 0;
                border-bottom-right-radius: 4px;
                border-bottom-left-radius: 4px;
            }

            .nav-push > ul > li > a > .badge {
                float: right;
            }

                .nav-push > ul > li > a > .badge + .badge {
                    margin-right: 5px;
                }

            .nav-push > ul > li > a {
                color: #555555;
            }


    .list-group-item.active,
    .list-group-item.active:hover,
    .list-group-item.active:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #fc0;
        border-color: #f90;
    }

    /* visual style */
    .nav-push > ul > li > a {
        color:#eee;
    }
    .nav-push > ul > li > a:hover {
        background: #000;
    }
    .nav-push > ul > li.separator {
        border-bottom:1px solid #111;
        box-shadow:0px 1px 0px #333;
    }

}

@media screen and (min-width:768px) {

    .nav-push > ul > li > a > .badge,
    .nav-push > ul > li > a > .glyphicon {
        display: none;
    }
}




/* Iconic navbar */

.iconic .navbar-nav > li {
    float: left; /* not only in min media */
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {

    .iconic {
        float: right;
    }
}

.iconic .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    width: auto;
    margin: 2px 0 0;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/**/
body * {
}
