/****************************************
                GENERAL
*****************************************/
html {
  height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

body {
    font-family: Verdana, Arial;
    font-size: 12px;
}

div, table, th, td, tr, p, ul,
h1, h2, h3, h4, a {
	margin: 0;
	padding: 0;
}

a {
    text-decoration: none;
    color: #00abeb;
    outline: 0;
}

	a:hover {
		color: #0099ff;
	}

img {
	border: none; /* IE 7 */
}

button {
	outline: none;
}

input[readonly='readonly'] {
    background-color: #f2f2f2;
    border-color: #ddd;
    pointer-events: none;
}

input[type="checkbox"] {
	margin: 0;
	padding: 0;
}

input[type='button'] {
	cursor: pointer;
}

.clear {
    clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.highlight {
	position: relative;
	padding: 4px 14px;
	background-color: #303640;
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 15px;
	text-align:right;
}

	.highlight-left {
		float: left;
		position: relative;
		left: 2px;
		margin-right: 20px;
	}
	
	.highlight-right {
		position: relative;
  		right: -4px;
	}
	

.important {
	color: #ce2d19;
	font-weight: 600;
}

.loading {
    display: block;
    width: 92px;
    height: 77px;
    background: url('../../pictures/loading.gif') 0 0 no-repeat;
    left: 40%;
    top: 50px;
    position: relative;
}

	.ui-dialog .loading {
		top: 0px;
	}

button.btn-del {
	font-size: 14px;
	background-color: #f54e50;
	color: #fff;
	border-radius: 7px;
	padding: .4em 1em;
    border: 1px solid #ED8686;
    outline: none;
}

	button.btn-del.btn-disabled {
		opacity: .35;
		filter: Alpha(Opacity=35);
		background-image: none;
	}

		button.btn-del.btn-disabled:hover {
			background-color: #f54e50;
			cursor: default;
		}

button.btn-del:hover {
	background-color: #EA8E8F;
	cursor: pointer;
}

.error-dialog ul {
	margin-left: 25px;
}

.error-dialog {
	text-align: center;
	margin-top: 15px;
}

.not-selectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/****************************************
                HELP
*****************************************/
a.callForHelp {
	background: url("../../pictures/callForHelp.png") no-repeat scroll 0 100% ;
	display: inline-block;
	height: 19px;
	width: 19px;
	position: relative;
	white-space: normal;
}

a.callForHelp span {
    visibility: hidden;
}

a.callForHelp span.Helptooltip {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #acacac;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    font-size: 12px;
    left: 8px;
    padding: 7px 12px;
    text-align: left;
    top: 8px;
    visibility: visible;
    width: 190px;
    z-index: 10000;
    box-shadow: 3px 3px 7px #888888;
    font-weight: normal;
}

a.callForHelp span.Helptooltip span.formore {
    color: #FF7F00;
    visibility: visible;
}

/****************************************
             USER INFO BOX
*****************************************/
#info-box {
    display: none;
    min-width: 290px;
    position: absolute;
    z-index: 10000;
    float: right;
    color: #000;
    top: 30px;
    right: 8px;
    border: 1px solid #000;
    min-width: 280px;
    -webkit-box-shadow: -3px 3px 12px rgba(0,0,0,.3);
    box-shadow: -3px 3px 12px rgba(0,0,0,.3);
}

	#info-box h4 {
	    margin-left: 15px;
	    margin-bottom: 2px;
	    margin-top: 2px;
	}

	#info-box .lang-active {
	    color: #dcdad5;
	    cursor: default;
	}

#info-box-top {
    background-color: #fffaee;
}

#info-box-account {
    padding: 8px 8px 16px 8px;
}

	#info-box-account ul {
	    list-style: none;
	}
	
	#info-box-account a {
	    margin-left: 30px;
	    line-height: 16px;
	}

		#info-box-account a.current-lang {
		    color: #dcdad5;
		    cursor: default;
		    text-decoration: none;
		    pointer-events: none;
		}

#info-box-bottom {
    color: white;
    padding: 8px;
    background-color: #6a778c;
}

/****************************************
             SELECT PICKER
*****************************************/
.selectpicker {
	height: 30px;
}

	.selectpicker button.btn {
		height: 100%;
	    color: #FFF;
	    padding: 4px 12px;
	    font-size: 14px;
	    text-align: right;
	    white-space: nowrap;
	    vertical-align: middle;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    background-image: none;
	    border: 1px solid #bfbfbf;
	    border-radius: 4px;
	    position: relative;
	    left: 23px;
	    top: 5px;
		min-width: 240px;
		border-radius: 10px;
		z-index: 100; /* ui dialog 101 */
		background-image: url("../../pictures/select-arrow02.png");
		background-position: 95% 55%;
		background-repeat: no-repeat;
	    background-color: #303640;
	}

		.selectpicker button.btn:hover {
		    color: #000;
		    background-color: #e6e6e6;
		    border-color: #adadad;
			background-image: url("../../pictures/select-arrow03.png");
		}

			.selectpicker button.btn:hover .text {
				color: #303640;
			}

	.selectpicker button.btn span.text {
	    display: inline-block;
	    margin-right: 20px;
	    color: #fffaee;
        line-height: 18px;
	}

.selectpicker .selectpicker-list {
    position: absolute;
    z-index: 10000;
    display: none;
    padding: 5px 0;
    margin: 4px 0 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 238px;
  	left: 23px;
  	max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

	.selectpicker .selectpicker-list li .text {
		color: #000;
		display: block;
		padding: 3px 20px;
		line-height: 1.5;
	}

		.selectpicker .selectpicker-list li:hover {
			background-color: #ccc;
			cursor: pointer;
		}

/****************************************
             DESC DIRECTION
*****************************************/

.desc {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 10px solid #fffaee;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	position: relative;
	top: 0px;
	cursor: pointer;
}

.asc {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-bottom: 10px solid #fffaee;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	position: relative;
	top: 0px;
	cursor: pointer;
}

.desc-dir-right {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fffaee;
	border-top: 6px solid transparent;
	position: relative;
	top: 0px;
	cursor: pointer;
}

/****************************************
                CP FORMS
*****************************************/
form.cp_forms table {
    width:100%;
}

form.cp_forms input[type=text],
form.cp_forms input[type=password],
form.cp_forms select {
    width:215px;
}

form.cp_forms span.oblig {
    margin: 0 3px;
    color:#FF7F00;
}

form.cp_forms span.label {
    display:block;
    font-weight: bold;
}

    form.cp_forms span.capt {
        float:left;
        margin:-3px 8px 0 0;
    }
    
form.cp_forms span.inline span.label {
        display: inline-block;
        margin: 0 2px;
}

form.cp_forms td.inline span {
        display: inline-block;
}
form.cp_forms span.noTips span.tips,
form.cp_forms span.noTips span.error {
    display: none;
}

form.cp_forms span.tips {
    color:#28A69B;
    display: block;
    font-size: 11px;
}

form.cp_forms span.error {
    color:#FF0009;
    display: block;
    font-size: 11px;
}

    form.cp_forms span.error.focus {
        color:#808080;
    }
    
form.cp_forms td {
    padding: 0 15px;
}

form.cp_forms span.btn span.tips,
form.cp_forms span.btn span.error {
    display:none;
}

form.cp_forms .alignright {
    text-align: right;
}

form.cp_forms span.hidden {
    display: none;
}

form.cp_forms input.captcha {
    width: 50px;
}


/****************************************
            	BUTTONS
*****************************************/
input.btn-default-cancel,
button.btn-default-cancel {
	background-color: #d6d6d6;
	color: #45464b;
	border-radius: 6px;
	padding: 4px 10px;
	border: none;
	outline: none;
}

.btn-default-cancel:hover {
	color: #FFF;
	cursor: pointer;
}

input.btn-default,
button.btn-default {
	background-color: #303640;
	color: #fff;
	border-radius: 6px;
	padding: 4px 10px;
	border: none;
	outline: none;
}

.btn-default:hover {
	background-color: #576375;
	cursor: pointer;
}

/****************************************
             	IMAGES
*****************************************/
.transfer-img {
    background: url('../../pictures/transfer.png') no-repeat;
    width: 19px;
    height: 20px;
    display: inline-block;
	cursor: pointer;
}


.block-img {
    background: url('../../pictures/forbidden.png') no-repeat;
    width: 19px;
    height: 20px;
    display: inline-block;
	cursor: pointer;
	position: relative;
}

.close-img {
    background: url('../../pictures/close-cross.png') 100% no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
	cursor: pointer;
}

.dialog-img {
	background: url('../../pictures/dialog-img.png') 100% no-repeat;
    width: 25px;
    height: 21px;
    display: inline-block;
	position: relative;
}

.star-img {
	background: url('../../pictures/star.png') 100% no-repeat;
    width: 16px;
    height: 15px;
    display: inline-block;
	cursor: pointer;
}

.comment-img {
	background: url('../../pictures/comment.png') 100% no-repeat;
    width: 27px;
  	height: 18px;
    display: inline-block;
    position: relative;
}

.coaching-img {
	background: url('../../pictures/coaching.png') 100% no-repeat;
    width: 23px;
  	height: 23px;
    display: inline-block;
    position: relative;
}

.assistance-img {
	background: url('../../pictures/assistance.png') 100% no-repeat;
    width: 23px;
  	height: 18px;
    display: inline-block;
    position: relative;
}

.blocked-user-img {
	background: url('../../pictures/blocked-user.png') 100% no-repeat;
    width: 22px;
  	height: 19px;
    display: inline-block;
    position: relative;
}

.edit-icon {
    background: url("../../pictures/edit.png") 100% no-repeat;
    display: inline-block;
	width: 13px;
  	height: 13px;
    position: relative;
    cursor: pointer;
}

.add-icon {
    background: url('../../pictures/add-icon.png') no-repeat;
    display: inline-block;
    width: 19px;
    height: 20px;
    position: relative;
}

.move-icon {
    background: url('../../pictures/icon-move01.png') no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
	cursor: move;
}

.movedot-icon {
    background: url('../../pictures/icon-move02.png') no-repeat;
    display: inline-block;
    width: 10px;
    height: 14px;
    position: relative;
	cursor: move;
}

.delete-icon {
    background: url("../../pictures/b_drop.png") no-repeat;
    display: inline-block;
    width: 15px;
    height: 13px;
    position: relative;
    cursor: pointer;
}

.search-icon {
	background: url("../../pictures/search.png") no-repeat transparent;
	display: inline-block;
    width: 16px;
  	height: 16px;
    position: relative;
    cursor: pointer;
}

.op-default-picture {
	background: url("../../pictures/operator-img.png") no-repeat transparent;
}

.gripr-icon {
	display: inline-block;
	background: url("../../pictures/gripr.png") no-repeat transparent;
    width: 14px;
  	height: 14px;
    position: relative;
    cursor: se-resize;
}

.supervisor-icon {
	display: inline-block;
	background: url("../../pictures/icon-supervisor01.png") no-repeat transparent;
    width: 25px;
  	height: 24px;
    position: relative;
}

.dsupervisor-icon {
	display: inline-block;
	background: url("../../pictures/icon-supervisor02.png") no-repeat transparent;
    width: 25px;
  	height: 24px;
    position: relative;
}

.chatirc-icon {
	display: inline-block;
	background: url("../../pictures/chat-irc.png") no-repeat transparent;
    width: 48px;
  	height: 35px;
    position: relative;
}

.chatirc-topic-icon {
	display: inline-block;
	background: url("../../pictures/chat-irc-topic.png") no-repeat transparent;
    width: 47px;
  	height: 47px;
    position: relative;
}

.irc-call-button {
	display: inline-block;
	background: url("../../pictures/irc-call-button.png") no-repeat #303640;
    width: 50px;
  	height: 70px;
    position: relative;
}

.submit-icon {
	display: inline-block;
	background: url("../../pictures/submit-icon.png") no-repeat transparent;
    width: 30px;
  	height: 22px;
    position: relative;
    cursor: pointer;
}

.new-conv-symbol {
	display: inline-block;
	background: url("../../pictures/new-conv-symbol.png") no-repeat transparent;
    width: 15px;
  	height: 15px;
    position: relative;
    cursor: pointer;
}

/****************************************
             TOGGLE BUTTON
*****************************************/
.onoffswitch {
    position: relative;
	width: 40px;
}

	.onoffswitch .onoffswitch-checkbox {
	    display: none;
	}

	.onoffswitch .onoffswitch-label {
	    display: block;
	    overflow: hidden;
	    cursor: pointer;
	    border: 2px solid #cdcdcd;
	    border-radius: 12px;
	}

	.onoffswitch .onoffswitch-inner {
	    display: block;
	    width: 200%;
	    margin-left: -100%;
	    transition: margin 0.3s ease-in 0s;
	}

	.onoffswitch .onoffswitch-inner:before,
	.onoffswitch .onoffswitch-inner:after {
	    display: block;
	    float: left;
	    width: 50%;
	    height: 18px;
	    padding: 0;
	    box-sizing: border-box;
	}

	.onoffswitch .onoffswitch-inner:before {
	    content: "";
	    background-color: #3cc725;
	}

	.onoffswitch .onoffswitch-inner:after {
	    content: "";
	    background-color: #ffffff;
	}

	.onoffswitch .onoffswitch-switch {
	    display: block;
	    width: 16px;
	    margin: 1px 0px 1px 0px;
	    background: #FFFFFF;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 20px;
	    border: 2px solid #cdcdcd;
	    border-radius: 12px;
	    transition: all 0.3s ease-in 0s; 
	}

	.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	    margin-left: 0;
	}

	.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	    right: 0px; 
	}

/****************************************
               PAGE NOT FOUND
*****************************************/

.page-not-found {
  position: absolute;
  top: 50px;
  left: 285px;
}

#EditAssistant #operator-activity {
	top: 140px;
}