/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 27, 2013, 12:29:37 PM
    Author     : emil
*/

h1, h2, h3, h4, h5 {
    margin: 0;
    line-height: inherit;
    color: #29323d;
}

h1 small, h2 small, h3 small, h4 small, h5 small {
    margin-left: 15px;
    font-style: italic;
}

.sortable-dragging {
    border: 2px solid red !important;
    background-color: red !important;

}

body.menu {
    overflow-x: hidden;
}

body.menu .content-admin {
    margin-left: 165px;
    position: fixed;
    width: 850px;
}

body.menu #sidebar-nav {
    position: absolute;
    left: 0;
    /*height: 100%;*/
    border-right: 0px;
    box-shadow: none;
}

input.search {
    background: url("../../img/lens.png") #fcfcfc no-repeat 95%;
    box-shadow: none;
    height: 25px;
    width: 220px;
    font-size: 13px;
    padding: 2px 6px;
    border: 1px solid #d0dde9;
    margin: 0;
    border-radius: 2px;
    top: 11px;
}

.header {
    margin-bottom: 60px;
}

.header h1, .header h2, .header h3, .header h4, .header h5 {
    float: left;
    margin-top: 5px;
}

/* search input */
.navbar-inverse {
    /* navbar settings and logout icons */
    /* notification menu with custom dropdowns */
    /* navbar popup dialog */
}

.navbar-inverse input.search {
    height: 27px;
    width: 220px;
    padding: 3px 6px;
    background: url("../../img/lens.png") #0f1217 no-repeat 95%;
    border: 1px solid #0f1217;
    position: relative;
    border-radius: 4px;
    top: 9px;
    color: black;
    font-size: 13px;
    margin-right: 40px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar-inverse input.search:focus {
    background-color: white;
    border: 0;
}

.navbar-inverse .settings i {
    color: #9ba3ad;
    font-size: 21px;
}

.navbar-inverse .notification-dropdown {
    position: relative;
}

.navbar-inverse .notification-dropdown > a:hover, .navbar-inverse .notification-dropdown > a.active {
    background: #254261 !important;
    box-shadow: inset 1px 0px 1px 0px #3e5a79;
}

.navbar-inverse .notification-dropdown i {
    font-size: 17px;
    color: #9ba3ad;
}

.navbar-inverse .notification-dropdown .count {
    position: absolute;
    top: 1px;
    left: 58%;
    background: #35bac4;
    padding: 0px 5px;
    border-radius: 30px;
    color: white;
    line-height: 16px;
    z-index: 9999;
    text-align: center;
    font-size: 11px;
}

.navbar-inverse .pop-dialog {
    position: absolute;
    right: -10px;
    top: 55px;
    display: none;
    /* navbar popup dialog for notifications */
    /* navbar popup dialog for messages */
}

.navbar-inverse .pop-dialog.is-visible {
    display: block;
    -webkit-animation: reveal 0.2s ease-out;
    -moz-animation: reveal 0.2s ease-out;
    animation: reveal 0.2s ease-out;
}

.navbar-inverse .pop-dialog .body {
    box-shadow: 0px 1px 9px 1px #c2c2c2;
}

.navbar-inverse .pop-dialog .close-icon {
    float: right;
    text-decoration: none;
    z-index: 9999;
    position: relative;
}

.navbar-inverse .pop-dialog .footer {
    border-top: 1px solid #e6e8e9;
    background-color: #eff4f7;
    margin: 15px 0px -10px 0px;
    border-radius: 0px 0px 5px 5px;
    padding: 12px 20px;
    text-align: center;
}

.navbar-inverse .pop-dialog .footer a {
    font-weight: 600;
    color: #7d91a8;
}

.navbar-inverse .pop-dialog .notifications {
    width: 330px;
    margin: 10px -10px 0px -10px;
}

.navbar-inverse .pop-dialog .notifications h3 {
    font-size: 13px;
    color: #404951;
    font-weight: bold;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.navbar-inverse .pop-dialog .notifications .item {
    display: block;
    padding: 10px 0px 8px 20px;
    border-top: 1px solid #e7e8ea;
    color: #363636;
    text-decoration: none;
    padding-left: 50px;
    position: relative;
    transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
}

.navbar-inverse .pop-dialog .notifications .item:hover {
    background: #f0f6ff;
}

.navbar-inverse .pop-dialog .notifications .item > i {
    color: #fc827b;
    position: absolute;
    left: 19px;
    font-size: 18px;
}

.navbar-inverse .pop-dialog .notifications .item > i.icon-user {
    left: 18px;
}

.navbar-inverse .pop-dialog .notifications .item .time {
    float: right;
    color: #82a3c1;
    font-style: italic;
    font-weight: 600;
    font-size: 11px;
    min-width: 60px;
    margin-right: 5px;
}

.navbar-inverse .pop-dialog .notifications .item .time i {
    font-size: 13px;
    color: #cfcfcf;
    margin-right: 1px;
}

.navbar-inverse .pop-dialog .messages {
    width: 325px;
    margin: 10px -10px 0px -10px;
}

.navbar-inverse .pop-dialog .messages .item {
    display: block;
    padding: 10px 20px 15px 20px;
    height: 80px;
    border-bottom: 1px solid #e7e8ea;
    color: #363636;
    text-decoration: none;
    position: relative;
    transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
}

.navbar-inverse .pop-dialog .messages .item.last {
    border-bottom: 0px;
}

.navbar-inverse .pop-dialog .messages .item:hover {
    background: #f0f6ff;
}

.navbar-inverse .pop-dialog .messages .item .display {
    float: left;
    border-radius: 50px;
    margin-right: 15px;
}

.navbar-inverse .pop-dialog .messages .item .name {
    font-size: 12px;
    color: #404951;
    font-weight: bold;
}

.navbar-inverse .pop-dialog .messages .item .msg {
    font-size: 11px;
    color: #636363;
    line-height: 13px;
    position: relative;
    top: 2px;
}

.navbar-inverse .pop-dialog .messages .item .time {
    position: absolute;
    right: 0px;
    bottom: 6px;
    color: #82a3c1;
    font-style: italic;
    font-weight: 600;
    font-size: 11px;
    min-width: 60px;
    margin-right: 5px;
}

.navbar-inverse .pop-dialog .messages .item .time i {
    font-size: 13px;
    color: #cfcfcf;
    margin-right: 1px;
}

.navbar-inverse .pop-dialog .messages .footer {
    margin-top: 6px;
}

/* Sidebar */
#sidebar-nav {
    position: absolute;
    width: 180px;
    float: left;
    margin: 0em;
    padding-top: 0em;
}

#sidebar-nav #dashboard-menu {
    list-style: none;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
    margin-left: 20px;
    /* sidebar submenus */
}

#sidebar-nav #dashboard-menu > li > a {
    display: block;
    padding: 19px 14px 15px 14px;
    margin-left: -15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dae1e8;
    box-shadow: 0 2px 1px -1px white;
    color: #6e829b;
    outline: 0px;
    line-height: 21px;
}

#sidebar-nav #dashboard-menu > li {
    position: relative;
    /* font awesome icon */
}

#sidebar-nav #dashboard-menu > li .icon-group {
    font-size: 22px;
}

#sidebar-nav #dashboard-menu > li i {
    font-size: 23px;
    top: 17px;
}

#sidebar-nav #dashboard-menu > li:hover i {
    opacity: 1;
}

#sidebar-nav #dashboard-menu > li.active > a, #sidebar-nav #dashboard-menu > li > a:hover {
    color: #33455a;
    text-decoration: none;
}

#sidebar-nav #dashboard-menu > li.active a {
    font-weight: 600;
    text-shadow: 1px 1px 1px white;
}

#sidebar-nav #dashboard-menu > li.active i {
    opacity: 1;
}

#sidebar-nav #dashboard-menu .pointer {
    position: absolute;
    right: 9px;
    top: 20px;
}

#sidebar-nav #dashboard-menu .pointer .arrow, #sidebar-nav #dashboard-menu .pointer .arrow_border {
    border-color: transparent white transparent transparent;
    border-width: 11px;
    border-style: solid;
    font-size: 0;
    left: 50%;
    line-height: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1002;
    left: 0;
    margin-left: 45%;
}

#sidebar-nav #dashboard-menu .pointer .arrow_border {
    border-color: transparent #c0d2dd transparent transparent;
    border-width: 11px;
    margin-left: -1px;
    border-style: solid;
    z-index: 1001;
    top: 0px;
}

#sidebar-nav #dashboard-menu a span {
    margin-left: 35px;
    transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
}

#sidebar-nav #dashboard-menu a.ui-elements span {
    margin-left: 25px;
}

#sidebar-nav #dashboard-menu a i {
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    opacity: 0.7;
    transition: opacity 0.1s ease;
    -moz-transition: opacity 0.1s ease;
    -webkit-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
}

#sidebar-nav #dashboard-menu a i.icon-chevron-down {
    position: relative;
    float: right;
    top: 5px;
    font-size: 11px;
    color: #686868;
    width: initial;
    height: initial;
}

#sidebar-nav #dashboard-menu > li.active .dropdown-toggle {
    border-bottom: 0px;
    box-shadow: none;
}

#sidebar-nav #dashboard-menu ul.submenu {
    list-style-type: none;
    display: none;
    margin-top: 7px;
    margin-bottom: 15px;
    margin-right: 5px;
    margin-left: -15px;
    padding-left: 15px;
    border-bottom: 1px solid #dae1e8;
    box-shadow: 0 2px 1px -1px white;
    padding-bottom: 10px;
}

#sidebar-nav #dashboard-menu ul.submenu.active {
    display: block;
}

#sidebar-nav #dashboard-menu ul.submenu a {
    font-weight: normal;
    font-size: 13px;
    color: #4c535a;
    text-decoration: none;
    display: block;
    margin-bottom: 7px;
}

#sidebar-nav #dashboard-menu ul.submenu a:hover {
    text-decoration: underline;
}

#sidebar-nav #dashboard-menu ul.submenu a.active {
    font-weight: bold;
    text-shadow: none;
}

#wrapper {
    padding: 0px 50px;
    margin-top: 55px;
}

#wrapper h4 {
    color: #696d73;
    font-style: italic;
}

.content {

    margin: 50px auto;
    max-width: 900px;
    background: white;
    border-radius: 0px;
    border: 1px solid #fff;

    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .15);

}

.content .feedback-block {

}

.content-admin {
    padding: 30px 60px;
    background: #fff;
    min-width: 400px;
    min-height: 620px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
}

/*.content-admin {
  min-width: 400px;
  min-height: 620px;
  margin-bottom: 100px;
  padding: 15px;
  overflow: hidden;
  position: relative;
  background: white;
  margin-left: 15px;
  margin-right: 15px;
  border-left: 1px solid #dae3e9;
  border-bottom: 1px solid #dae3e9;
  box-shadow: -3px 3px 3px -2px #f1f1f3;
  border-radius: 0px 0px 0px 5px;
  -webkit-transition: margin-left 0.3s ease;
  -moz-transition: margin-left 0.3s ease;
  -o-transition: margin-left 0.3s ease;
  -ms-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
   starts skins changer
   end skin changer }
.content-admin.wide-content {
  margin-left: 0;
  border-radius: 0; }
.content-admin .skins-nav {
  opacity: 1;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -ms-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
  position: fixed;
  right: -88px;
  top: 135px;
  font-size: 13px;
  z-index: 9999; }
.content-admin .skins-nav:hover {
  right: 0; }
.content-admin .skins-nav a {
  display: block;
  color: white;
  text-decoration: none;
  padding-left: 10px;
  height: 37px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  margin-bottom: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
.content-admin .skins-nav a.first_nav {
  background: rgba(95, 175, 228, 0.8); }
.content-admin .skins-nav a.first_nav:hover {
  background: #5fafe4; }
.content-admin .skins-nav a.second_nav {
  background: rgba(36, 43, 77, 0.8); }
.content-admin .skins-nav a.second_nav:hover {
  background: #242b4d; }
.content-admin .skins-nav a .icon {
  float: left;
  width: 9px;
  height: 10px;
  background: url('../../img/skin-nav-bullets.png') 0 0 no-repeat;
  margin: 15px 15px 0 5px; }
.content-admin .skins-nav a.selected .icon {
  background-position: 0 -9px; }
.content-admin .skins-nav a .text {
  padding-right: 12px;
  white-space: nowrap;
  display: block;
  width: 115px;
  position: relative;
  top: 9px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s; }*/

/* responsive */
@media (max-width: 1020px) {
}

@media (max-width: 768px) {
    #pad-wrapper {
        padding: 0px 15px;
    }

    .content-admin {
        min-width: 0px;
        margin: 0;
    }

    #dashboard-menu .pointer {
        display: none;
    }

    #sidebar-nav {
        left: -200px;
        position: fixed;
        z-index: 9999;
        background-color: #f7f7f7;
        padding-top: 0px;
        border-right: 1px solid #cccccc;
        width: 165px;
        box-shadow: 1px 1px 4px 1px #e9e9e9;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -ms-transition: left 0.3s ease;
        transition: left 0.3s ease;
    }

    #sidebar-nav #dashboard-menu {
        margin-left: 10px;
    }

    #sidebar-nav #dashboard-menu li a span {
        visibility: visible;
    }

    #sidebar-nav #dashboard-menu li:last-child a {
        border-bottom: 0px;
        box-shadow: none;
    }
}

@media (max-width: 822px) {
    .navbar-inverse input.search {
        display: none;
    }
}

@media (max-width: 767px) {
    #main-stats .stat {
        width: 50%;
        float: left;
    }
}

@-webkit-keyframes reveal {
    0% {
        margin-left: -999px;
        opacity: 0;
    }

    1% {
        margin-left: 0;
        opacity: 0;
        -webkit-transform: scale(0.98) translateY(-15px);
    }

    80% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes reveal {
    0% {
        margin-left: -999px;
        opacity: 0;
    }

    1% {
        margin-left: 0;
        opacity: 0;
        -moz-transform: scale(0.98) translateY(-15px);
    }

    80% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

#wrapper {
    /* separator */
    /* pop dialogs specific styles */
}

#wrapper .title {
    margin-bottom: 30px;
}

#wrapper .section {
    margin-bottom: 40px;
}

#wrapper .section a.btn-flat, #wrapper .section a.btn-glow {
    margin-right: 5px;
}

#wrapper .section.btns a.btn-flat, #wrapper .section.btns a.btn-glow {
    margin-bottom: 12px;
}

#wrapper .section code {
    margin-right: 25px;
}

#wrapper .section .btn-group i {
    color: #7d8892;
}

#wrapper .section .btn-group.audio i {
    color: #96a9b8;
    font-size: 12px;
}

#wrapper .ctrls {
    margin-bottom: 20px;
}

#wrapper .ctrls .btn-glow {
    margin-right: 8px;
}

#wrapper .ctrls .btn-flat.icon {
    margin-right: 8px;
}

#wrapper .ctrls .btn-group.settings {
    margin-left: 20px;
}

#wrapper .ctrls .btn-group.settings i {
    font-size: 13px;
    color: #444444;
}

#wrapper .ctrls .slider-frame {
    margin-right: 10px;
}

#wrapper .ctrls .pagination {
    margin: 5px 0px;
}

#wrapper .ctrls .pagination.inverse {
    margin-left: 25px;
}

#wrapper .ctrls h4 {
    margin: 20px 0px 20px 0px;
}

#wrapper .ctrls .dropdown .dropdown-menu {
    margin-right: 10px;
    position: static;
    display: block;
}

#wrapper .ctrls .nav-tabs {
    margin-bottom: 15px;
}

#wrapper .ctrls .tab-content {
    padding: 0px 10px;
    margin-bottom: 20px;
}

#wrapper .sliders .slider {
    margin-bottom: 20px;
}

#wrapper .separator {
    border-top: 1px solid #edeff1;
    margin-top: 100px;
    padding-top: 45px;
    box-shadow: inset 0px 3px 4px -1px #fafafa;
}

#wrapper .section.dialogs h4 {
    margin-bottom: 30px;
}

/* for menu dialog sample */
.pop-dialog .menu {
    width: 200px;
    margin: 5px -10px 0px -10px;
}

.pop-dialog .menu .item {
    display: block;
    padding: 5px 0px 5px 20px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    margin-bottom: 5px;
}

.pop-dialog .menu .item:hover {
    background-color: #30a1ec;
    color: white;
}

.pop-dialog .menu .footer {
    border-top: 1px solid #e6e8e9;
    background-color: #eff4f7;
    margin: 15px 0px -10px 0px;
    border-radius: 0px 0px 5px 5px;
    padding: 12px 20px;
}

.pop-dialog .menu .footer .logout {
    font-weight: 600;
    color: #7d91a8;
}

/* styles for settings dialog sample */
.pop-dialog.full {
    width: 100%;
}

.pop-dialog .settings {
    width: auto;
    margin: 5px -10px 0px -10px;
    position: relative;
}

.pop-dialog .settings .close-icon {
    text-decoration: none;
    position: absolute;
    top: -18px;
    right: 10px;
}

.pop-dialog .settings .icon-remove-sign {
    font-size: 15px;
    color: #95a8b7;
    cursor: pointer;
}

.pop-dialog .settings .items {
    margin-top: 15px;
}

.pop-dialog .settings .items .item {
    display: block;
    padding: 7px 0px 7px 20px;
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    border-top: 1px solid #e6e8e9;
}

.pop-dialog .settings .items .item:hover {
    color: #6187c0;
}

.pop-dialog .settings .items .item:first-child {
    border-top: 0px;
}

.pop-dialog .settings .items .item .check {
    float: right;
    margin-right: 30px;
}

.pop-dialog .settings .items .item .icon-reorder {
    color: #d9e4ee;
    font-size: 18px;
    margin-right: 13px;
}

@media (min-width: 768px) and (max-width: 979px) {
    #pad-wrapper .section.dialogs > .span4 {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* general table styles */
.table-wrapper {
    width: 100%;
    margin-bottom: 100px;
}

.table-wrapper .filter-block {
    margin-bottom: 34px;
}

.table-wrapper .filter-block .ui-select {
    margin-right: 20px;
    top: 1px;
    height: 24px;
    width: 150px;
}

.table-wrapper .filter-block .search {
    margin: 0 60px 0 0;
}

.table-wrapper .filter-block .new-product {
    padding: 4px 14px;
}

.table-wrapper .table th input[type="checkbox"] {
    margin-top: 4px;
}

.table-wrapper .table input[type="checkbox"] {
    float: left;
    margin-top: 11px;
    margin-right: 23px;
}

.table-wrapper .table .img {
    height: 31px;
    float: left;
    background: white;
    width: 31px;
    border: 1px solid #dfe4eb;
    text-align: center;
    cursor: pointer;
    margin-right: 23px;
}

.table-wrapper .table .img img {
    margin-top: 4px;
}

.table-wrapper .table tr.first td {
    border-top: 0 none;
}

.table-wrapper .table td a {
    text-decoration: underline;
    display: inline-block;
}

.table-wrapper .table td.description {
    vertical-align: middle;
    color: #516372;
}

.table-wrapper .table ul.actions {
    margin: 5px 0 0 0;
    padding: 0;
    float: right;
}

.table-wrapper .table ul.actions li {
    display: inline;
    padding: 5px 6px 0px 3px;
}

.table-wrapper .table ul.actions li.last {
    border: 0 none;
}

.table-wrapper .table ul.actions i {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
}

.table-wrapper .table ul.actions i:hover {
    opacity: 1;
}

.table-wrapper .label {
    position: relative;
}

/* users table specific styles */
.table-wrapper .table td {
    vertical-align: middle;
    font-size: 13px;
}

.table-wrapper .table img.avatar {
    float: left;
    margin-right: 14px;
    max-width: 45px;
    position: relative;
    top: 8px;
}

.table-wrapper .table a.name {
    color: #3389d1;
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin: 15px 0 0 0;
}

.table-wrapper .table .subtext {
    font-size: 12px;
    margin-left: 0;
    color: #778391;
    font-style: italic;
    margin-top: 0;
}

/*Responsive*/
@media (max-width: 979px) {
    .pointer {
        top: 26.8%;
    }
}

@media (max-width: 768px) {
    .table-wrapper {
        padding: 0px 15px;
    }

    .table-wrapper .table .img, .table-wrapper .table .avatar {
        display: none;
    }

    .table-wrapper .table input[type="checkbox"] {
        margin-right: 10px;
    }

    .table-wrapper .table .label {
        display: none;
    }

    .table-wrapper .filter-block .search {
        width: 30%;
        margin: 0 10px 0 0;
    }

    .table-wrapper .filter-block .order-search {
        float: left;
        margin: 0;
        width: 40%;
    }

    .table-wrapper .filter-block .user-search {
        float: left;
        margin: 0;
        width: 55%;
    }

    .table-wrapper .filter-block .add-user {
        margin-top: 0;
    }
}

.grid-wrapper {
    margin-bottom: 60px;
}

.grid-wrapper .head {
    margin-bottom: 30px;
}

.show-grid {
    margin-top: 10px;
    margin-bottom: 20px;
}

.show-grid [class*="col-"] {
    background-color: #eeeeee;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 40px;
    line-height: 40px;
    border: 1px solid rgba(86, 61, 124, 0.2);
}

.red {
    color: red;
    font-weight: bold;
}

.green {
    color: green;
    font-weight: bold;
}

.wizard-heading li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

.connectedSortable {
    list-style-type: none;
}

/*Sortable list*/

#sortable1 {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;

    margin-right: 10px;
}

#sortable1 li {
    margin: 0 5px 5px 5px;
    padding: 10px;

}

#sortable1 li {
    border: 2px solid #ddd;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    height:40px;

}

.connectedSortable:hover {
    cursor: move;
}

#indicatorContainer {
    position: absolute;
    height: 12px;
    width: 100%;
    bottom: 0px;
    overflow: hidden;
    z-index: -1;

}

#sortable1 .ui-state-default {
    background-color: white !important;
    border: 1px solid #ddd;
    height:40px;
}

#pIndicator {
    position: absolute;
    height: 0;
    width: 100%;
    z-index: -2;
    -webkit-transition: left .25s ease;
    -moz-transition: left .25s ease;
    -ms-transition: left .25s ease;
    -o-transition: left .25s ease;
    transition: left .25s ease;
}

#cIndicator {
    position: absolute;
    height: 0;

    width: 100%;
    border: 12px solid transparent;
    border-top-color: #2b2f3a;
    top: -12px;
    right: 100%;
    z-index: -2;
}


.ajaxattachmentupload .input-group-btn {
    position: relative;
    font-size: 17px;
    white-space: nowrap;
}


.disable-wizard-step-overlay-hack{
    background: rgba(255,255,255,.1); position:absolute; z-index:1; top:0;right:0;bottom:0;left:0;
}


