﻿/*----------------------------------------------------------
Feuille de style pour l'environnement CORIM Mobile
----------------------------------------------------------*/


/* Balises générales
----------------------------------------------------------*/

fieldset
{
    border:0px solid transparent;    
}


/* CORIM : Fenêtre de résultat
----------------------------------------------------------*/

.corim-operationResult
{
}


/* CORIM : Porlets
----------------------------------------------------------*/

.portlets
{
}

.portlet
{
	
}

.portlet .title
{
	font-size: 12pt;
	text-align: center;
	vertical-align:middle;
}

.portlet .loading
{
	text-align: center;
}

.portlet .content
{
	overflow: hidden;
}

/* formulaire de saisie d'un text
----------------------------------------------------------*/
#operationResultForm input:not([type=checkbox]):not([type=radio]):not([type=hidden]),
#operationResultForm select,
#operationResultForm .k-dropdown
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
}
#operationResultForm label {
    display: inline-block;
    width: 100%;
    color:Gray;
}

#operationResultForm textarea:not([data-role=editor])
{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height:6em;
}

/* login
----------------------------------------------------------*/
#login {
    font-size: .85em;
    text-align: center;
}

#login a.logout {
    background: none;
    font-size: .70em;
    text-decoration: underline;
}

#login a.username {
    background: none;        
    text-decoration: none;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}

#logoutForm {
}

/* Chat
----------------------------------------------------------*/
.user-photo {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}


.chat {
	/*list-style-image:url('/Images/userConnected.png');*/	
	margin-left:20px;
}

#connectedUsers 
{
	font-size:12px;
}

/* Kendo
----------------------------------------------------------*/
#popupview-ok-button,
#popupview-open-button {
    display: block;
    text-align: center;
    margin: .6em .8em 0;
    font-size: 1.2em;
}

#popupview-open-button {
    margin: 0 3em;
    padding: .5em;
}      
        
#resultview-ok-button,
#resultview-open-button {
    display: block;
    text-align: center;
    margin: .6em .8em 0;
    font-size: 1.2em;
}

#resultview-open-button {
    margin: 0 3em;
    padding: .5em;
}      
        
        
.km-on-ios .km-header .km-navbar
{
    background-color: gray;
}

.km-on-ios .km-header .km-widget,
.km-on-ios .km-header .km-view-title
{
    color: white;
}
        
.km-on-ios.km-ios7
{
    background-color: gray; /* Required for the tint */
    -webkit-linear-gradient: (top, white, white); /* Colorize the body as you wish. */
}