@font-face {
    font-family: 'open_sanslight';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.contentViewer {
    position: absolute;
    display: none;
    box-sizing: border-box;
    font-family: 'open_sanslight', arial;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*background-color: #cfd8dc;*/
    border-radius: 0px;
}

.contentViewer .mainContent {
    position: absolute;
    top: 40px;
    bottom: 40px;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: auto;
}

.contentViewer .topBar {
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    width: 100%;
    height: 40px;
    background-color: rgba(0,0,0,0.1);
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.contentViewer .topBar .btnTopOption{
    position: relative;
    width: 40px;
    height: 100%;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 70% 100%;
    border-right: 1px solid #808080;
}

.contentViewer .topBar .txtTopOption{
    position: relative;
    width: auto;
    height: 100%;
    float: right;
    margin-right: 40px;
    cursor: pointer;
    padding: 0px 15px;
    line-height: 38px;
    border-right: 1px solid #808080;
    border-left: 1px solid #808080;
}

.contentViewer .topBar .title {
    position: absolute;
    text-align: left;
    height: 100%;
    left: 35px;
    right: 100px;
    color: #49616f;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'open_sansregular';
    box-sizing: border-box;
}

.contentViewer .topBar .iconTop {
    position: relative;
    width: auto;
    height: 100%;
    line-height: 40px;   
    padding: 0 5px;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid red;
}

.contentViewer .topBar .icon {
    float: left;
    height: 100%;
    line-height: 40px;
    padding: 0 5px;
    box-sizing: border-box;
    color: white;
    width: 40px;
    font-size: 25px;    
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.contentViewer .topBar .icon:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #333;
    cursor: pointer;
}

.contentViewer .icon.close{
    background-color: rgba(0,0,0,0.6);
    background-image: url('../img/close.svg');
}

.contentViewer .icon.close:hover{
    background-image: url('../img/close.svg');
}

.contentViewer .topBar .panelOptions {
    display: none;
    position: absolute;    
    left: 0;
    box-sizing: border-box;
}

.panelOptions .options {
    display: none;
    float: left;
    height: 100%;
    line-height: 40px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contentViewer .buttons {
    position: absolute;
    right: 0;
    height: 100%;
    line-height: 40px;
    box-sizing: border-box;
}

.contentViewer .bottomBar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    padding: 5px 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    overflow: hidden;
}

.contentViewer .bottomBar .button {
    float: left;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 5px;
    color: white;
    padding: 0 10px;
    line-height: 26px;
    box-sizing: border-box;
    border: 1px solid white;
    background: rgb(0, 94, 156);
}

.contentViewer .bottomBar .button:hover {
    background: rgba(233, 233, 233, 0.7);
    cursor: pointer;
    color: black;
}

.contentViewer .bottomBar .button .icon {
    font-family: 'layoutmanager';
    font-size: 1em;
    margin-right: 5px;
    box-sizing: border-box;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) {
    
}

/* IPHONE 6 (portrait) */
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) {  
    
}