﻿body {
    padding-bottom: 20px;
    padding-top: 50px;
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
font-family: 'PT Sans', sans-serif;
}
* {
font-family: 'PT Sans', sans-serif;
}
/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {
    max-width: 280px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* styles for validation helpers */

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.line {
    background-color: black;
    clear: both;
    height: 2px;
    width: 100%;
}

.line-gray {
    background-color: lightgray;
    clear: both;
    height: 1px;
    width: 100%;
}

.disabled div span:before {
    color: red;
    content: "x ";
    font-weight: bold;
}

.permalink-bold {
    font-weight: bold;
}

.contentBody {
    background-color: #f5f5f5;
    align-content: center;
}

.formBorder {
    padding: 5px;
    margin: 5px 2px;
    background: #ececec;
}

.verticalAlign {
    padding-top: 10px;
}


.k-grid .k-button-icontext {
    float: right;
}

.row {
    clear: both;
    padding-bottom: 10px;
    /*padding-left:30px;*/
}

.BtnLinkList {
    float: right;
    margin: 10px 5px !important;
}

#PermalinkTitle {
    font-weight: bold;
}

.k-filter-menu > input[type="radio"] {
    margin-left: 10px !important;
}


#CatListContainer {
    display: none;
}

#CatList {
    /*position:absolute;
  margin: 0;
  padding: 0 0 0 15px;
  width:300px;
 border:solid 1px #000000*/
}

    #CatList a {
        color: black;
    }

    #CatList ul {
        list-style: none;
        padding: 0px;
    }

        #CatList ul li a {
            background-color: lightgray;
            border: solid 1px darkgray;
            height: 25px;
        }

.hasNothingToShow {
    width: 32px;
    height: 25px;
    background-color: lightgray;
    border: solid 1px darkgray;
    margin: 0px;
    padding: 0px;
}

.CloseCatSelector a {
    background-color: darkgray !important;
}

.CloseCatSelector {
    background-color: darkgray;
    text-align: right;
    width: 234px;
    padding: 0px 10px;
    margin: 0px;
}

.RemoveCatFromCatList {
    cursor: pointer;
    margin: 0 0 0 10px;
    padding: 0 0 0 5px;
    color: #ffffff;
    font-size: 15px;
    border-left: 1px solid #000;
}
    .RemoveCatFromCatList:hover {
    color:#92d050;
    text-decoration:none;
    }

.labelCat {
    font-size: 13px;
    padding: 5px 10px;
}

#AddCatBtn {
    color: #FFFFFF;
    text-decoration: none;
    border: none;
}

.hasChildrenToShow {
    text-align: center;
    padding: 0;
    width: 32px;
}

.k-grid-add, .btn-refresh, .BtnLinkList {
    color: #fff !important;
    border-color: #606572 !important;
    background-color: #363940 !important;
}

    .k-grid-add:hover, .btn-refresh:hover, .BtnLinkList:hover {
        color: #fff !important;
        border-color: #92d050 !important;
        background-color: #92d050 !important;
    }


.label-default {
    background-color: #363940;
}

.control-label.col-md-2 {
    /*padding: 6px 0px;*/
        padding: 17px 0px;
    /*background-color: #8ebc00;*/
    color: black;
    font-size: 14px;
    font-weight: 300 !important;
    border-radius: 4px;
    margin-bottom: 1px;
    text-align: center;
}

label {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 300;
}

#ChoseCatList p {
    margin-top: 5px !important;
}

#CatList ul li a {
    background-color: #363940;
    border: solid 0px #606572;
    height: auto;
    color: white;
    padding: 5px 9px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #CatList ul li a:hover {
        background-color: #8ebc00;
        color: white;
        text-decoration: none !important;
    }

.ui-widget-header {
    border: 1px solid #363940 !important;
    background: #363940 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    margin: -3px -3px !important;
}

.hasNothingToShow {
    width: 32px !important;
    height: 33px !important;
    background-color: #363940 !important;
    border: solid 0px darkgray !important;
    margin: 0px;
    padding: 0px;
}

.ui-widget-content {
    border: 1px solid #363940 !important;
    background: #f5f5f5 !important;
    color: #222222 !important;
}

.ui-dialog {
    padding: 0px !important;
}

#CatList {
    overflow: hidden;
    background-color: #363940;
}

div#CatList p {
    background: #f5f5f5;
    margin-bottom: 0px;
    padding: 10px;
}

#dialog li a, #dialog li div, #dialog .col-md-1 {
    border-top: 1px solid #606572 !important;
}

tr, td, table, input, a, ul, li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div#produits {
    max-height: 300px;
    background: white;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.08);
    overflow-y: scroll;
    margin: 0 auto 4.5em;
    padding: 3em;
    border: 1px solid rgba(20,53,80,0.14);
}

.edit-linkCategory {
    margin-top: 1em;
    padding: 2em;
    border: 1px solid rgba(0,0,0,.2) !important;
    -webkit-box-shadow: 1px 1px 7px 1px rgba(128,128,128,.2);
    box-shadow: 1px 1px 7px 1px rgba(128,128,128,.2);
    background-color: #fff;
}

    .edit-linkCategory .contentBody {
        background-color: #fff;
    }

.treeview-back, .demo-section {
    padding: 2em;
    background-color: white;
    margin-top: 1em;
    border: 1px solid rgba(0,0,0,.2) !important;
    -webkit-box-shadow: 1px 1px 7px 1px rgba(128,128,128,.2);
    box-shadow: 1px 1px 7px 1px rgba(128,128,128,.2);
    background-color: #fff;
}

#edit-link-form, #linkForm, #login-form {
    background-color: white;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.08);
}

    #edit-link-form div#suppliers, #linkForm div#suppliers {
        background-color: initial;
        margin: 0px;
    }

.k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-overflow-anchor:hover, .k-picker-wrap.k-state-hover, .k-textbox:hover {
    background-color: #fff;
    border-color: #f5f5f5;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05);
    box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05);
}

#edit-link-form .control-label, #linkForm .control-label {
    display: block;
    padding-bottom: 1em;
    font-size: 14px;
    color: #444;
    font-weight: 600;
}

#edit-link-form input[type="text"], #edit-link-form select, #edit-link-form textarea, #linkForm input[type="text"], #linkForm select, #linkForm textarea {
    border-color: #cccccc;
    width: 100% !important;
    color: #444 !important;
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

#edit-link-form input[type="checkbox"], #linkForm input[type="checkbox"] {
    margin-top: 6px;
}

#edit-link-form .k-button, .BtnLinkList.k-button, #linkForm .k-button {
    border-radius: 1px !important;
    padding: 5px 20px !important;
}

.form-horizontal .control-label {
    padding-top: 0px !important;
}

.demo-section {
    visibility: hidden;
}

#edit-link-form #suppliers .control-label {
    margin-top: 4px;
}

#edit-link-form #suppliers span.label.label-default.lg-lbl {
    display: none;
}
#linkForm .form-horizontal .control-label {
    padding-top: 0px !important;
}

.k-animation-container {
    top: 244px !important;
}

#login-form {
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.08) !important;
    max-width: 600px;
    margin: 5% auto !important;
}

    #login-form input {
        border: 1px solid #e6e6e6;
        font-size: 14px;
        padding: 3px 10px;
        border-radius: 1px;
    }
#login-form input[type="text"], #login-form input[type="password"] {
    max-width: 400px;
    width: 100%;
    font-size: 18px;
    padding: 20px;
    color: #444444;
}

#login-form input[type="text"]:hover, #login-form input[type="password"]:hover {
    background-color: #fff;
    border-color: #f5f5f5;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05);
    box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05);

}

    #login-form .buttons-wrap {
        margin: 20px auto 0px auto;
        text-align: center;
    }

    #login-form .well {
        background: none;
        border: none;
        width: 100%;
        padding: 0px;
    }

    #login-form h2 {
        text-align: center;
        margin-bottom: 40px;
    }

.k-button-login {
    padding: 5px 20px !important;
    text-align: center;
}
.k-button:hover {
    border-color:#84bc49 !important;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05);
    box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05);
}

#login-form .form-horizontal .control-label {
    padding-top: 0px !important;
    font-weight: bold;
    white-space: nowrap;
    line-height: 30px;
}

.k-button-login {
    background-color: #4CAF50 !important;
    font-size: 20px !important;
    padding: 15px 30px !important;
    width: 100% !important;
    box-shadow: 0px 3px 0px green !important;
    border-color: #4caf50 !important;
}

    .k-button-login:hover {
        background-color: #4CAF50 !important;
        font-size: 20px !important;
        padding: 15px 30px !important;
        width: 100% !important;
        box-shadow: 0px 2px 0px green !important;
        border-color: #4caf50 !important;
    }

.login-head {
    background-color: #444;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
    padding: 25px 0px;
}

.login-head-logo {
    margin: 0 auto;
}

.login-body {
    padding: 50px 0px;
}

.navbar-inverse {
   /*background-color: #4caf50;
    border-color: #38903c;
    */ box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.k-animation-container.km-popup {
    top: 60px !important;
}


#SpanAddCatBtn {
    font-size: 1em !important;
    cursor:pointer;
}
span#SpanAddCatBtn a:hover {
    color: #92d050 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .8em !important;
    top: 50%;
    width: 20px;
    background-color: #92d050;
    margin: -10px 0 0 0;
    padding: 1px;
    border-radius: 40px;
    height: 20px;
    box-shadow: 0px 0px 0px black;
    border: 1px solid #92d050;
}

.ChoseCatListHome {
    top: 11px !important;
    left: -40px !important;
}

#edit-link-form #SpanAddCatBtn {
font-size:75% !important;
}

a.k-link span {
    top: 6px !important;
    position: relative;
}
.demo-section.k-content {
    display: none;
}

input#Email {
    background-image: url('images/user-icon.png') !important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 98% 50%;
    cursor: auto;
}
input#Password{
    background-image: url('images/password-icon.png') !important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 98% 50%;
    cursor: auto;
}

.field-validation-error {
    color: #f44336;
    display: block;
}