﻿/* 
    Document   : style
    Created on : 2013.07.05., 13:54:05
    Author     : István
    Description:
        Purpose of the stylesheet follows.
*/
/*.x-column-header-trigger {
    display: block;
}*/

html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body {
    height: 100%;
    width: 100%;
}

.appLoading { background-image: url('MCSlogo.gif'); background-repeat: no-repeat; background-attachment: fixed; background-position: center; }

.x-carousel  .x-box-target {
    height: 100%;
    width: 100% !important;
}
.x-carousel  > div {
    height: 100%;
    width: 100% !important;
}
.x-carousel .x-carousel-item {
    top: 0px !important;
}

.x-carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.x-carousel {
    position: relative;
    overflow:hidden;
}

.appLoading { background-image: url('MCSlogo.gif'); background-repeat: no-repeat; background-attachment: fixed; background-position: center; }
