/**
 * eCms Stylesheet
 *
 * @Author: eCreo Multimedia - office@ecreo.eu @ eCreo Multimedia
 * @Version: 1.0
 * @Package: eCms 3.0
 * @Since: 20.09.2012
 */

abbr {
    border-bottom : 1px dotted #000000;
    }
a del, a:visited del {
    color : #383d3f;
    }

.select2-container {
    margin-left : 0px !important;
    }

.clients-rights {

    } .clients-rights .dropdown-menu {
        margin-top : -2px;
        }

.icn-eCms-list-position {
    cursor  : move;
    }

/** .login-form **/
.form-login {
    margin-top      : 7%;
    border-radius   : 0px;
    border          : 0px solid #e9e9e9;
    box-shadow      : 0px 0px 2px #8d8d8d;
    } .form-login .header {
        height                  : auto;
        padding                 : 15px 15px 10px 10px;
        background              : #000000;
        overflow                : hidden;
        } .form-login .header h1, .form-login .header h2, .form-login .header h3, .form-login .header h4, .form-login .header h5 {
            padding     : 10px 5px;;
            color       : #ffffff;
            }
      .form-login .form-content {
        width   : 100%;
        height  : auto;
        overflow: hidden;
        } .form-login .form-content .inner {
            padding : 30px 20px;
            } .form-login .form-content .inner label {
                font-size   : 12px;
                }
              .form-login .form-content .inner .errors {
                width   : 100%;
                height  : auto;
                overflow: hidden;
                }
      .form-login .form-actions {
        margin-bottom   : 0;
        } .form-login .form-actions .btn {
            font-size   : 12px;
            }

/** end .login-form **/


/** ----- eCms-Menu --- */
.eCms-Menu {

    } .eCms-Menu.navbar {
        position: relative;
        z-index: 2;
        } .eCms-Menu.navbar .navbar-inner {
            border-radius: 0px !important;
            border-bottom: 0px !important;
            } .eCms-Menu .navbar-inner .container .brand {
                display: none
                }
          .eCms-Menu.navbar-inverse .nav .active > a, .eCms-Menu.navbar-inverse .nav .active > a:hover, .eCms-Menu.navbar-inverse .nav .active > a:focus {
            color: #636363 !important;
            text-shadow: none;
            border-top-right-radius: 0px !important;
            border-top-left-radius: 0px !important;
            background: #E9E9E9 !important;
            }
          .eCms-Menu.navbar-inverse .nav .dropdown.open > a, .eCms-Menu.navbar-inverse .nav .dropdown.open > a:hover, .eCms-Menu.navbar-inverse .nav .dropdown.open > a:focus {
            color: #636363 !important;
            text-shadow: none;
            border-top-right-radius: 0px !important;
            border-top-left-radius: 0px !important;
            background: #E9E9E9 !important;
            }
          .eCms-Menu.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .eCms-Menu.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .eCms-Menu.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
            border-bottom-color: #FFFFFF;
            border-top-color: #999999 !important;
            }
          .navbar .nav > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu:before {
            z-index: 3 !important;
            }


/** ----- End eCms-Menu --- */

/** ----- .dashboard --- */

.dashboard {

    } .dashboard p {
        padding-right: 50px;
        } .dashboard p a {
            color: #333333;
            text-decoration: none;
            }

/** ----- End .dashboard --- */


/** ----- CONTENTS --- */

.contents {
    width: 100%;
    height: auto;
    background: #f8f8f8;
    padding: 0;
    margin: 0;
    -moz-box-shadow: 5px 0px 5px -5px #888;
    -webkit-box-shadow: 5px 0px 5px -5px #888;
    box-shadow: 5px 0px 5px -5px #888;
    border-right: 1px solid #cccccc;
    overflow: hidden;
} .contents .top {
        width: 100%;
        min-height: 100px;
        background: #eeeeee;
        margin: 0;
        padding: 20px;
        -moz-box-shadow: 0 0 0px #888;
        -webkit-box-shadow: 0 0 0px #888;
        box-shadow: 0 0 0px #888;
        border-bottom: 1px solid #cccccc;
    } .contents .top .status {
            margin-top: 15px;
            margin-right: 50px;
        } .contents .top .status span {
                display: block;
                cursor: pointer;
            }
        .contents .top p {
            margin-top: 10px;
            margin-right: 10px;
        }
      .contents .top ul.languages {

      } .contents .top ul.languages li {
                float: left;
                margin-right: 10px;
                margin-top: 9px;
                opacity: .6;
            }
        .contents .top ul.languages li.selected {
                opacity: 1;
            }
  .contents .center {
        padding: 12px;
  }

/** ----- END CONTENTS --- */


/** ----- ECmsLeftMenu --- */

#ECmsLeftMenu {
    position: absolute;
    margin-left: 0px;
    margin-right: -21px;
    margin-top: -20px;
    height: 100%;
}

/** ----- END ECmsLeftMenu --- */


/** ----- eCms-Grid --- */

.eCms-Grid table thead {
    background: #f2f2f2;
    border-top: 1px solid #d1d4d4;
    border-bottom: 1px solid #d1d4d4;
} .eCms-Grid table thead th {
        font-weight: normal;
    } .eCms-Grid table thead th a {
            color: #313638;
            font-weight: normal;
        } .eCms-Grid table thead th a.sort-link {
                display: block;
                text-decoration: none;
                background: url( ../images/list_both.gif ) no-repeat right;
            }
          .eCms-Grid table thead th a.sort-link.asc {
                display: block;
                font-weight: bold;
                background: url( ../images/list_up.gif ) no-repeat right ;
            }
          .eCms-Grid table thead th a.sort-link.desc {
                display: block;
                font-weight: bold;
                background: url( ../images/list_down.gif ) no-repeat right;
            } .eCms-Grid table thead th a.sort-link span.caret {
                    display: none;
                }
  .eCms-Grid table thead tr.filters {
        background: #e4e4e4;
    }

.eCms-Grid table tbody tr {
    background: #fff
} .eCms-Grid table tbody tr:hover, tr:focus {
        background: #f5f5f5;
    } .eCms-Grid table tbody tr td {
            color: #383d3f;
            font-weight: normal;
        } .eCms-Grid table tbody tr td a:link, .eCms-Grid table tbody tr td a:hover, .eCms-Grid table tbody tr td a:visited {
                 color: #383d3f;
                 font-weight: normal;
                 text-decoration: none;
             }

/** ----- END eCms-Grid --- */

/** ----- eCms Icons --- */

.icn-eCms-articles {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    width: 28px;
    height: 30px;
    background: url( ../images/mcms_v2_articles.gif ) no-repeat center;
	display:none;
    }

.icn-eCms-edit {
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    background: url( ../images/mcms_v2_form.gif ) no-repeat center;
	display:none;
    }

.icn-eCms-arrow {
    display: block;
    float: left;
    margin-left: 10px;
    width: 16px;
    height: 31px;
    background: url( ../images/mcms_v2_arrow.gif ) no-repeat center;
    }

.icn-eCms-folder {
    display: block;
    float: left;
    margin-top: 5px;
    width: 15px;
    height: 12px;
    background: url( ../images/icons/icn_folder.png ) no-repeat center;
    }

.icn-eCms-user {
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    width: 30px;
    height: 28px;
    background: url( ../images/mod_user.gif ) no-repeat center;
	display:none;
    }

.icn-eCms-dash-users {
    display: block;
    float: left;
    width: 140px;
    height: 136px;
    margin-top: 12px;
    margin-right: 50px;
    background: url( ../images/icons/first_users.gif ) no-repeat center;
	display:none;
    }

.icn-eCms-add {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: url( ../images/icons/add.gif ) no-repeat center;
	display:none;
    }

.icn-eCms-help {
    display: block;
    float: left;
    width: 13px;
    height: 16px;
    margin-top: 2px;
    margin-right: 10px;
    background: url( ../images/icons/help.gif ) no-repeat center;
	display:none;
    }

.icn-eCms-vertical-sep {
    position: relative;
    top: 10px;
    display: block;
    float: left;
    width: 1px;
    height: 35px;
    margin-left: 10px;
    margin-right: 10px;
    background: #D5D5D5;
    }

.move-position {
    display     : block;
    width       : 16px;
    height      : 16px;
    cursor      : move;
    background  : url( ../images/icons/icn_list_position.png );
    }

/** ---- END eCms Icons --- */


/** ---- Bootstrap .breadcrumb --- */

.breadcrumb {
    margin-top: 20px !important;
    }

/** ---- End Bootstrap .breadcrumb --- */


/** ---- Bootstrap CHtml::checkBoxList fix --- */

.checkboxgroup {
    overflow: auto;
    } .checkboxgroup input, .checkboxgroup label {
        float: left;
        }
      .checkboxgroup label {
        padding-left: 5px
        }

/** ---- End Bootstrap CHtml::checkBoxList fix --- */

.form-border {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 15px;
    }


#sendMessage {
    position        : absolute;
    width           : 800px;
    margin-left     : -400px;
    } #sendMessage .modal-body {
        max-height : 900px;
        }

.eCMS-messages, #bootstrapflash {
    left: 30%;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    top: 4px;
    width: 40%;
    z-index: 100;
    } .eCMS-messages .alert, #bootstrapflash .alert {
      padding-top     : 5px;
      padding-bottom  : 5px;
      margin-bottom   : 5px;
      box-shadow      : 0 1px 4px rgba(0, 0, 0, 0.067);
    } .eCMS-messages .alert .close, #bootstrapflash .alert .close {
        margin-top : 2px;
        }

#s2id_Boxes_box_model_id {
    margin-left : 0;
    }

#language-switcher {

    } #language-switcher button {
        color       : #999999;
        background  : transparent;
        }
      #language-switcher button .arrow {
        display     : inline-block;
        width       : 5px;
        height      : 7px;
        margin-left : 7px;
        background  : url( ../images/caret.gif ) no-repeat center;
        }

.info-box {
    margin-bottom   : 10px;
    border          : 1px solid #cccccc;
    border-radius   : 5px;
    color           : #363636 !important;
    } .info-box .header {
        display         : block;
        height          : auto;
        padding         : 10px 20px;
        border-bottom   : 1px solid #ebebeb;
        background      : #f7f7f7;
		color           : #363636 !important;
        } .info-box .header h1, .info-box .header h2, .info-box .header h3, .info-box .header h4, .info-box .header p {
            margin : 0;
            }
          .info-box .header p {
            font-size : 14px;
            }
      .info-box .content {
        display     : block;
        padding     : 20px;
        }

#s2id_CBaseController_pro_name > a {
    width : 150px;
    } #s2id_CBaseController_pro_name .select2-search-choice-close, #s2id_ShopOrders_id_card .select2-search-choice-close {
        right   : 5px;
        top     : 6px;
        }
#s2id_ShopOrders_id_card > a {
    width : 250px;
    }