﻿/* Control Left Button sizes */
.DSLMenuButton {
    width: 4em !important;
}

.DSLHomeButton {
    width: 4em !important;
}

.DSLBackButton {
    width: 4em !important;
}

.DSLCancelButton {
    width: 4em !important;
}

.DSLHeaderButton .ui-btn-inner {
    width: auto !important;
    margin-right: auto;
    margin-left: auto;
}

.ui-icon-DSLmessage {
    background-image: url("SendInstantMessage18x18.png");
    background-color: transparent;
    border-radius:0;
}

.ui-icon-DSLsave {
    background-image: url("Save18x18.png");
    background-color: transparent;
    border-radius:0;
}

.ui-icon-DSLScreen {
    background-image: url("Screen18x18.png");
    background-color: transparent;
    border-radius:0;
}

.ui-icon-DSLReport {
    background-image: url("Report18x18.png");
    background-color: transparent;
    border-radius:0;
}

@media screen and (min-width: 50em) {
    .DSLTitle {
        display: none;
    }

    .DSLLongTitle {
        display: block;
    }
}

@media screen and (max-width: 50em) {
    .DSLTitle {
        display: block;
    }

    .DSLLongTitle {
        display: none;
    }
}

.ShowMenuNumbers {
    position:relative;
    left: 2px;
    visibility:hidden;
}

#MenuPage .ShowMenuNumbers {
    visibility:visible;
}

.ShowMenuNumbers {
    display: inline-block;
}
.DSLSubMenu {
    min-width:35em;
}
.DSLMenuPanel {
    min-width:35em;
}

@media screen and (max-width: 45em) {
    .ShowMenuNumbers {
        display: none !important;
    }
    .DSLSubMenu {
        min-width:12em !important;
    }
    .DSLMenuPanel {
        min-width:12em !important;
    }
}


@media screen and (max-width: 35em) {
    .DSLHomeButton {
        display: none !important;
    }
}

@media screen and (max-width: 35em) {
    .ui-header .ui-title {
        margin-right:0;
        margin-left:25%;
    }
}

/* Display fix for Report Queue example on Themes page */
#ReportQueueExample .ui-collapsible-content,
#ReportQueueExample h3 {
	margin: 0;
}

#ReportQueueExample {
    border: 1px solid black;
}

.tile {
    float:left;
    width:100px;
    height:100px;
    border:2px solid transparent;
    margin-right:10px;
    margin-bottom:10px;
}

tile:hover {
    background-color:#bbb;
}

.tileapp {
    float:left;
    width:100px;
    height:100px;
    border:2px solid transparent;
    margin-right:10px;
    margin-bottom:10px;
}
.tileapp:hover {
    background-color:#bbb;
}

.tilesub {
    float:left;
    width:100px;
    height:100px;
    border:2px solid transparent;
    margin-right:10px;
    margin-bottom:10px;
}
.tilesub:hover {
    background-color:#bbb;
}

.alert {
    border:2px solid red;

}
