/* 
    Document   : style
    Created on : 8 janv. 2012, 19:29:15
    Author     : kevin
    Description:
        Purpose of the stylesheet follows.
*/


/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.nav-btn li {
    display: inline-block;
}

body {
    background-color: #ddd;
}

table {
    margin: auto;
    margin-top: 0px;
    background-color: white;
}

.content {
    padding-top: 0px;
    max-width: 900px;
    margin: auto;
}

.content-container {
    padding: 0 20px;
}

ul li {
    list-style: none;
}

table td {
    background-color: white
}

input[type="text"],input[type="email"], input[type="password"], select {
    height: 30px !important;
    width: 500px;
}

textarea {
    width: 500px;
    height: 150px;
}

.dropdown-menu a {
    font-size: 13px;
}

.navbar {
    margin-bottom: 0 !important;
}

.navbar .navbar-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.breadcrumb {
    background-color: #313131;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: white;
}

.breadcrumb li {
    text-shadow: none;
}

.nicEdit-main {
    background-color: white !important;
}

body.dragging,
body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

.sortable tr.placeholder {
    display: block;
    background: red;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}


/* line 100, application.css.sass */

.sortable tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none;
}


/* 
 * responsive
 * custom admin panel
 *
 */

// global
table thead {
    background: #eee;
}

#preview_picture {
    margin-top: 25px;
}


@media screen and (max-width: 1024px) {
    #mediaPicture,
    #mediaFile,
    #picture {
        display: block !important;
    }

    .form.form-stacked {
        left: 0;
    }
}

@media screen and (max-width: 480px){
    .content-container {
        padding: 0 5px;
    }

    .table-bordered {
        left: 0 !important;
    }

    .table th,
    .table td {
        font-size: 11px !important;
        line-height: 15px;
        padding: 8px 3px;
    }

    .table tbody .btn-small {
        padding: 3px 6px;
        font-size: 11px;
        line-height: 14px;
    }
}

/* .form-stacked p {
    padding-right: 14px;
} */

input, select, textarea {
    box-sizing: border-box;
}

input[type="text"],input[type="email"], input[type="password"], select {
    padding: 18px 8px !important;
}

@media all and (max-width: 575px) {
    input[type="text"],input[type="email"], input[type="password"],select {
        width: 100%
    }
}

.dropdown-menu {
    top: 94%;
}
