﻿
#content-desktop {
    display: none
}

.hideControl {
    display: none
}

.showLabel{
    display:inline-block;
}

.labelMiddle {
    vertical-align: middle;
}

@media screen and (max-width:674px) {
    .tablt {
        display: none
    }

    #phn-2, #phn-3, #phn-4, #phn-5 {
        display: none
    }
}

@media screen and (min-width:675px) {
    .phn {
        display: none
    }

    #tab-2 {
        display: none
    }
}

@media screen and (min-width:901px) {
    .tablt {
        display: none
    }

    #content-desktop {
        display: inline-block
    }

    #tab-1, #tab-2 {
        display: block
    }
}

.buttonorange:hover {
    margin: 5px !important;
}

.ui-widget-content {
    border: none !important
}

.ui-tooltip{
    visibility:hidden
}
