#sortable{
    padding: 0;
    margin: 0;
    list-style: none;
}
#sortable li{
    border: 1px solid #d1d9de;
    background-color: white;
    padding: 10px 20px;
    margin: 5px 0;
}
#sortable li:hover{
    cursor: -webkit-grab;
}
#sortable li.sortable-placeholder{
    background-color: transparent;
    border-style: dashed;
    height: 40px;
}

/*BASIS*/
.text-alt{
    color: #2b425b;
}
.flex{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-space-around{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

/* 1. Title ================================== */
#page-title{
    table-layout: auto;
}
.filterbox{
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}
.newbox{
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    padding-left: 5px;
}
/* ============================================ */

/* 2. Tables ================================== */
/*Pagination*/
.pagination>li a:hover,
.pagination>li a:focus{
    box-shadow: none;
}
span.page-list{
    display: none!important;
}

/*Vertical align*/
table tbody tr td,
table thead tr td,
table thead tr th{
    vertical-align: middle!important;
}

/*Hide search box*/
.bootstrap-table .search{
    display: none;
}

/*Hide filter box*/
#filter{
    display: none;
    margin-bottom: 20px;
}
/* ============================================ */

/* 3. Select2 ================================= */
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 12px;
}
.select2-container{
    width: 100%!important;
}

.has-error .select2-selection{
    border-color: #a94442;
}
.has-success .select2-selection{
    border-color: #3c763d;
}
/* ============================================ */

/* 1. UI Elements ============================= */
/***    1.2. Panels =========================== */

/* Change collapsed panel button */
.btn-panel-collapse.collapsed:before{
    font-family: 'nifty-demo-icons'!important;
    content: "\e904";
}
.btn-panel-collapse:before{
    font-family: 'nifty-demo-icons'!important;
    content: "\e90a";
}

.panel-footer a.back{
    float: left;
    margin-top: 7px;
}
/*** ========================================== */

/*Nav-tabs-minimalist*/
ul.nav-tabs.nav-tabs-minimalist{
    margin-bottom: 10px;
}
ul.nav-tabs.nav-tabs-minimalist li a{
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
}
ul.nav-tabs.nav-tabs-minimalist>li.active>a,
ul.nav-tabs.nav-tabs-minimalist>li.active>a:focus,
ul.nav-tabs.nav-tabs-minimalist>li.active>a:hover{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #42a5f5;
}

/*Accordion*/
a.not-title{
    font-size: 13px;
    font-weight: normal;
    color: #758697;
    padding: 0 15px;
}

/*Btn group*/
.dropdown-menu .divider{
    margin: 5px 0;
}
.dropdown-menu{
    padding: 5px 0;
}

/*Speech white*/
.speech.white{
    background: rgba(255,255,255,0.7);
}
.speech.white:before{
    border-right: 7px solid rgba(255,255,255,0.7);
}

/*Media heading out of speech*/
.media-heading{
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 600;
}

/*Img upload*/
.img-upload{
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 15px;
    border: 1px solid #e9e9e9;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.img-upload-profile{
    width: 46px;
    height: 46px;
    padding: 0;
}

.dz-media{
    display: flex;
    align-items: center;
}
.dz-media > div{
    width: 100%;
}

.jumbotron-alt{
    background-color: #e2e8f0;
    padding: 30px;
}

.img-iphone{
    background-image: url(../img/iphone.svg);
    height: 567px;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
}
.img-lockscreen{
    background-image: url(../img/lockscreen.png);
    margin-top: 81px;
    height: 403px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 130px;
}
.iphone-frame{
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    width: 220px;
    margin: 0px auto;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
}
.iphone-frame img{
    width: 11px;
    height: 11px;
    border-radius: 2px;
}
.iphone-content{
    color: white;
    font-size: 9px;
    line-height: 10px;
    margin-left: 6px;
    letter-spacing: 0.2px;
}
.iphone-content small{
    font-size: 7px;
    color:rgba(255,255,255,0.6);
}

/* ============================================ */

/* 3. Tables ================================== */
/***    3.2. Bootstrap tables ================= */

/* Change arrange button */
.th-inner.sortable{
    background: none!important;
    padding: 8px!important;
}
.th-inner.sortable.desc:after{
    font-family: 'FontAwesome';
    content: '\f0d7';
    float: right;
}
.th-inner.sortable.asc:after{
    font-family: 'FontAwesome';
    content: '\f0d8';
    float: right;
}
.th-inner.sortable.both:not(.asc):not(.desc):after{
    font-family: 'FontAwesome';
    content: '\f0dc';
    float: right;
    color: gainsboro;
}

/* Change appearance (horizontal lines only)*/
.table thead tr th{
    border: none!important;
}
.table tbody tr td{
    border-left: none!important;
    border-right: none!important;
}
.fixed-table-container{
    border: none!important;
}
/*** ========================================== */
/***    3.5. Cards ============================ */
.card-deck-wrapper{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Card basis */
.card{
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    width: 300px;
    margin: 0 10px 20px;
}
.card.disabled{
    opacity: 0.3;
}
.card.default{
    background-color: transparent;
    box-shadow: none;
    border: 1px dashed rgba(0, 0, 0, 0.07);
}
.card-block{
    padding: 20px;
}
.card-text:not(:last-child){
    margin-bottom: 20px;
}
.card-header{
    position: relative;
    padding: 0;
    color: #2b425b;
    font-weight: 600;
    padding: 15px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.card-footer{
    background-color: #f6f8fa;
    color: #758697;
    border-color: rgba(0,0,0,0.07);
    position: relative;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* Card img */
.card img.img-main{
    width: 100%;
    vertical-align: middle;
}
.card-img-top{
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.card-img-bg-top{
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-position: center center;
    background-size: cover;
}
.card-img-bottom{
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* Content types */
.card .list-group{
    margin-bottom: 0;
}

.card-link+.card-link{
    margin-left: 25px;
}

/*** ========================================== */
/* ============================================ */
