html,
body {
    height: 100%;
}
.transition{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container-fluid {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.user_display_name{
    font-size: 20px;
    margin-top: 10px;
}

#layouts_list{
    padding: 0px;
}
#layouts_list li{
    list-style: none;
    float: left;

    cursor: pointer;
}
#layouts_list li figure{
    width: 120px;
}
#layouts_list li img{
    display: inline-block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#layouts_list li figcaption{
    margin: -3px 0px;
    text-align: center;
}
#layouts_list li:hover img,
#layouts_list li.active img{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
#book_table td{
    width: 150px;
}
td.booked {
    background-color: #dff0d8;
    position: relative;
}
td.device_booked {
    background-color: #8fd6d5;
}
td.booked a{
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

ul#asistant-user-list{
    list-style: none;
}
ul#asistant-user-list>li{
    line-height: 45px;
    border-bottom: solid 1px black;
    max-width: 380px;
}
ul#asistant-user-list  li a{
    color: black;
    text-decoration: none;
    cursor: pointer;
    font-size: 25px;

}
ul#asistant-user-list  li a .ticket {
    display: inline-block;
    min-height: 30px;
    min-width: 30px;
    font-size: 30px;
    padding: 0px 7px;
    line-height: 28px;
}
ul#asistant-user-list  li a .tickets-count {
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
    background: red;
    min-height: 30px;
    min-width: 30px;
    font-size: 30px;
    padding: 0px 7px;
    line-height: 28px;
    color: white;
    animation: example 1s infinite;
}
@keyframes example {
    0%   {background:yellow; color:red;}
    50%  {background:red; color:yellow;}
    100% {background:yellow; color:red;}
}

.pull-right_ticket p{
    font-size: 80px;
}
.active-class {
    background-color: silver;
}
#user_phone {
    text-align: center;
    height: 300px;
    width: 880px;
    font-size: 80px;
    line-height: 200px;
}
.user-phone {
    text-align: center;
    font-size: 20px;
}

.template_service_types_list{

    position: relative;
}
.template_service_types_list .item {
    cursor: move;
    background: #f7e4d5;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
    min-height: 43px;
;
}
.template_service_types_list .item img{
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
}
.admin_centered{
    max-width: 1200px;
    margin: 30px auto;
    padding: 15px;
}
.template_service_types_list .item .delete{
    position: absolute;
    right: 10px;
    top: 15px;
}
