/* ========================================================================== */
/*	HTML Essentials                                                           */
/* ========================================================================== */
body {
  	/*background: url("../img/background2.jpg") repeat;*/
	/*background-attachment: fixed;
	background-size: contain;*/
	background-position: 50% 0;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: Trebuchet MS,Helvetica,sans-serif !important;
	margin: 0px;
    padding: 0;
	width: 100%;
	background-color: #F5F5F5;
}

html, p, h1, h2, h3, h4, h5, div, span {
	font-family: Trebuchet MS,Helvetica,sans-serif !important;
}

a:hover, a:active, a:focus {
	outline: 0;
}

dd{ margin-left: 30px;}

h1{
	font-size: 24px;
	text-transform: uppercase;
	color: #333;
	padding: 0;
	margin: 0px 0px 14px 0px;
	font-weight: bold;
}

h2{
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
	padding: 0;
	font-weight: bold;
}

h3{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #17B0FF;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 5px;
}

h4{
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	padding: 0;
	margin: 5px 0px 5px 0px;
}

h5{
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	padding: 0;
	margin: 5px 0px 5px 0px;
}

h6{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #aaaaaa;
	padding: 0;
}

/* browser specific selectors*/
input::-webkit-input-placeholder { /* WebKit browsers */
	color:    #999 !important;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999 !important;
   opacity:  1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
 
   color:    #999 !important;
   opacity:  1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #999 !important;
}

/* ========================================================================== */
/*	Customized containers                                                     */
/* ========================================================================== */
.hidden{ display: none; }

#calendar{
	margin-top: 20px;
}

.container-message{ padding: 28px 28px 28px 28px; }

.container-fluid{
	position: relative;
}

.container-static{
	max-width: 1024px;
	padding: 0px;
}

.centered{
	text-align:center;
	padding: 0px 28px 0px 0px;
}

.col-one-thirds{
	width: 304px;
	height: 100%;
	padding: 0px 0px 0px 0px;
}

.col-two-thirds{
	width: 664px;
	height: 100%;
	padding: 0px 0px 0px 0px;
}

.modal-content{
	padding: 30px;
	padding-top: 10px;
	/*background-color: #17b0ff;*/
	border: none !important;
	/*text-transform: uppercase;*/
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.left{ float: left;}
.left-margin{ margin-left: 28px;}

.main-container{
	padding-left: 28px;
	padding-right: 28px;
	/*min-height: 800px;*/
	width: 1024px;
	margin: auto;
}

.main-content{
	position: relative;
	width: 100%;
	background: white;
	/*border: none;*/
	color: #333;
}

.main-content h2{ color: #333; }

.image-type-a{
	height: 512px;
	width: 400px;
}

.image-type-b{
	height: 225px;
	width: 400px;
}

.message-body{
	position: relative;
	background: white;
	width: 100%;
	height: 535px;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	padding: 20px;
	color: #343b7e;
	overflow: auto;
}

.blue{ color: blue; }
.bold{ font-weight: bold; }

.btn-default {
	height: 40px;
	min-width: 80px;
}

.btn-primary{
	/*text-align:center !important;	
	margin-left: auto;
    margin-right: auto;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #4D57A6;
	height: 40px;
	width: auto;
	border: none;
	background: #ffffff;*/
	height: 40px;
	background-color: #17B0FF;
	border-color: #17B0FF;
	vertical-align: middle;
	min-width: 80px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background: #2ACAFF;
	border-color: #2ACAFF;
}

.button-grid{ margin: 30px 0px; }

.btn-link{
	text-decoration: underline;
	/*color: #333 !important;*/
}

.button-grid > div{
	background-color: blue;
	border: 2px solid black;
	height: 100px;
	line-height: 96px;
	padding: 0px;
	text-align: center;
}

.no-left-margin{ margin-left: 0px !important;}

.page-content{ 
	clear: both;
	position: relative;
	padding: 28px 0px 28px 0px;
	width: 636px;
	min-height: 400px;
	height: auto;
	margin: auto;
}

/* ========================================================================== */
/*	Header                                                                    */
/* ========================================================================== */
#nav-header {
	border-bottom: 2px solid rgb(128, 197, 249);
	width: 100%;
}

#header-help{
	height: 55px;
	width: 55px;
	background: url("../img/header/Moodbuster_icons_samen-17.png") no-repeat scroll 0 0 transparent;
}
#header-help:hover{
	background: url("../img/header/Moodbuster_icons_samen-20.png") no-repeat scroll 0 0 transparent;
	color: #17B0FF;
}

#header-logo{
	position: relative;
	background: url("../img/header/Moodbuster_logo.png") no-repeat scroll 0 0 transparent;
	background-size: 300px;
    width: 420px;
	height: 118px;
	margin: 0px 0px 0px -20px;
}

#header-logout{
	height: 55px;
	width: 55px;
	background: url("../img/header/login_icon_gray_55x55px.png") no-repeat scroll 0 0 transparent;
}
#header-logout:hover{
	background: url("../img/header/login_icon_green_55x55px.png") no-repeat scroll 0 0 transparent;
	color: #17B0FF;
}

#header-settings{
	height: 55px;
	width: 55px;
	background: url("../img/header/settings_icon_gray_55x55px.png") no-repeat scroll 0 0 transparent;
}
#header-settings:hover{
	background: url("../img/header/settings_icon_green_55x55px.png") no-repeat scroll 0 0 transparent;
	color: #17B0FF;
}

#help{
	font-size: 1.7em;
	margin-right: 15px;
	vertical-align: middle;
}

/* ========================================================================== */
/*	Top Menu                                                                  */
/* ========================================================================== */
#nav-li-home{ background: url("../img/mainmenu/HOME_138x138px.png") no-repeat center; }
#nav-li-therapy{ background: url("../img/mainmenu/MY THERAPY_138x138px.png") no-repeat center; }
#nav-li-mood{ background: url("../img/mainmenu/MY MOOD_138x138px.png") no-repeat center; }
#nav-li-messages{ background: url("../img/mainmenu/MESSAGES_138x138px.png") no-repeat center; }
#nav-li-exercises{ background: url("../img/mainmenu/EXERCISES_138x138px.png") no-repeat center; }
#nav-li-calendar{ background: url("../img/mainmenu/CALENDER_138x138px.png") no-repeat center; }

/* ========================================================================== */
/*	Index Menu                                                                */
/* ========================================================================== */
#grid-messages{ position: relative; background: url("../img/home/you_have_x_new_message_304x304px.png") no-repeat center; }
#grid-mood{	background: url("../img/home/statistics_about_your_mood_304x304px.png") no-repeat center; }
#grid-exercises{ background: url("../img/home/review_your_exercises_304x304px.png") no-repeat center; }
#grid-therapist{ background: url("../img/home/contact_your_therapist_304x304px.png") no-repeat center; }
#grid-calendar{ background: url("../img/home/use_your_calendar_304x304px.png") no-repeat center; }
#grid-module{ position: relative;}

#home-new-message{ background-color: red; }
#home-mail-doctor{ background-color: green; }

#inputText{ resize: none; }

#messages, #moodbuster-messages{ table-layout: fixed;}

#messages td, #moodbuster-messages td{ 
	display: table-cell;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

#messages_paginate,
#moodbuster-messages_paginate{
	width: 70%;
	padding: 2px 5px 2px 5px;
	font-size: 16px;
	position: relative;
	float: right;
	height: 45px;
	margin-right: 0px ! important;
	background: white !important;
}

#message-placeholder,
#mood-message-placeholder{
	position: absolute;
	top: 333px;
	left: 526px;
	margin-top: 5px;
	width: 465px !important;
	height: auto;
}
#messages_wrapper,
#moodbuster-messages_wrapper{
	width: 100%;
	padding: 0px;
	font-size: 16px;
	position: relative;
	top: -25px;
	margin-bottom: -35px;
	margin-right: -10px;
}
#moodbuster-messages tr{ height: 55px; }

#mod-progress {
	position: absolute;
	margin: 0px 28px 0px 28px;
	color: #4D57A6;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
#mod-name {
	position: relative;
	top: 30px;
	font-size: 18px;
}
#mod-progress-val {
	position: relative;
	top: 30px;
	font-size: 82px;
	color:  #17B0FF;
}
#mod-progress-bar {
	position: relative;
	top: 50px;
	width: 100%;
	border: 2px solid #17B0FF;
	height: 28px;
}
#mod-progress-bar-val{
	background-color: #17B0FF;
	height: 26px;
}

#mods-progress{
	background-color: white;
	height: auto;
	margin-bottom: 0px;
	width: 100%;
	padding: 28px 28px 0px 28px;
}

#modules-progress{
	border: 2px solid black;
	padding: 0px 40px;
	width: 400px;
}
#modules-progress h3{
	font-weight: bold;
	text-align: center;
}

#msg-number{
	position: absolute;
	top: 126px;
	left: 131px;
	font-size: 26px;
	font-weight: bold;
	color: white;
	width: 40px;
	height: 40px;
	text-align: center;
}

.questionnaire td.center{
	text-align: center;
    vertical-align: middle;
}


#pageXofY{ display: none; }

#status{
	position: fixed;
    top: 0px;
    width: 636px;
}

.arrow{	
	height: 100%;
	position: absolute;
	text-align: center;
	width: 166px;
 	background-color: white;
}

.arrow-left{ left: 0px; }
.arrow-right{ right: 0px;}

.arrow-aux{
	display: table;
	/*height: 100%;*/
	height: 250px;
	width: 100%;
	position: relative;
	text-align: center;
}

.arrow-control{
	font-size: 100px;
	height: 75px;
   	text-align: center;
	width: 166px;
	position: absolute;
	top: 50%;                        
	transform: translate(-25%, -50%);
	-ms-transform: translate(25%, -50%);
	-webkit-transform: translate(-25%, -50%);
	-moz-transform: translate(-25%, -50%);
	
}

.arrow-right-img{ 
	width: 66px;
	height: 75px;
	background-image: url("../img/arrows/arrow-right.png"); 
	background-repeat: no-repeat;
}
.arrow-left-img{ 
	width: 66px;
	height: 75px;
	background-image: url("../img/arrows/arrow-left.png");
	background-repeat: no-repeat;
}
.arrow-right-img:hover{ 
	background-image: url("../img/arrows/arrow-right-hover.png");
}
.arrow-left-img:hover{ 
	background-image: url("../img/arrows/arrow-left-hover.png");
}

/* ========================================================================== */
/*	Login Page                                                                */
/* ========================================================================== */
.container-login{
	/*margin-top: 50px;*/
	text-align: center !important;
}

.content-login {
	color: #333;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: rgb(221, 221, 221);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.content-login #inputPassword, .content-login #inputUsername{
	width: 400px;
	height: 40px;
	text-align:center !important;
	margin-left: auto;
	margin-right: auto;
	color: #333 !important;
}

.content-login {

} 

.content-login{
	/*background: #17b0ff !important;*/
	height: 400px !important;
}

#btn-login{
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	background-color: #17B0FF;
	height: 40px;
	width: 400px;
	border: medium none;
	color: #FFF;
}

.ec-list-slider > .ec-list-slider-desc {
	width: 300px;
}

.ex-list{
	clear: both;
	position: relative;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.ex-list ul,
.grid-home ul, 
.mod-list ul,
.progress-header ul,
.top-icons ul{ 
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	-o-padding-start: 0px;
	padding-start: 0px;
	padding: 0px;	
	border: 0px;
	font-size: 0px;
}

.ex-header{ 
	margin-left: -10px;
	margin-top: -10px;
}

.ex-list li{ 
    list-style: none;
	padding-top: 14px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
}
.ex-list li a{ 
	text-decoration: none;
}

.ex-number{ 
	color: #2988C9; 
	width: 32%;
	position: relative;
	float: left;
}
.ex-title{ 
	color: #333; 
	width: 68%;
	position: relative;
	float: left;
}
.ex-intro{
	position: relative;
	width: 470px;
	height: auto;
	padding: 8px;
	background: #17B0FF;
	color: white;
	margin-bottom: 28px;
}

.exercise-place{margin-top: 20px;}
.exercise-place h3{margin: 0 20px;}

.fs-arrow-right{ 
	margin: 0;
	padding: 0;
	height: 55px; 
	width: 55px; 
	background: url("../img/messages/arrow_in_icon_55x55px.png") no-repeat center !important; 
}
.fs-arrow-left{ 
	margin: 0;
	padding: 0;
	height: 55px; 
	width: 55px; 
	background: url("../img/messages/arrow_out_icon_55x55px.png") no-repeat center transparent !important; z-index:10 !important;
}

/* ========================================================================== */
/*	Forms and inputs                                                          */
/* ========================================================================== */
input.form-control{
	height: 40px;
	font-weight: bold;
}

.form-control-static{ text-transform: none; }

.form-intro{
	/*text-transform: uppercase;*/
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
}

/* ========================================================================== */
/*	Top Icons                                                                 */
/* ========================================================================== */
.top-icons{
	clear: both;
	width: 1024px;
	height: 138px;
	padding: 0px 0px 0px 28px;
	margin: 28px 0px 28px 0px;
}
.top-icons li:first-child { 
	margin-left: 0px; 
}

.top-icons ul > li { 
	list-style-type: none;
	display: inline-block;
	height: 150px; 
	width: 138px;
	text-transform: uppercase;
	/*font-size: 14px;*/
	font-size: 12px;
	font-weight: bold;
	margin-right: 28px;
	margin-bottom: 28px;
	position: relative;
	/*background-color: white !important;*/
}

.top-icons ul > li:hover {
	background-color: #D98A5E !important;
}

.top-icons div {
	position: absolute;
	display: table;
	/*top: 107px;*/
	top: 80px;
	padding: 0px 20px 0px 20px;
	width: 138px;
	height: 50px;
	text-align: center;
	color: #FFF;

}

.top-icons span {
	display: table-cell;
    vertical-align: middle;
    line-height: 12px;
}


.top-icons ul > li:hover{ 
	cursor: pointer; 
	background-color: #eeeeee !important;
}
.top-icons li:hover > span{
	color: #4D57A6;
	text-decoration: none;
}
.top-icons ul > li.current{
	/*border-bottom: 4px solid #17B0FF;*/
	
	/*border-radius: 50%;*/
	/*border: 3px solid #555;*/
	border-bottom: 5px solid #17B0FF;
	border-radius: 4px;
	padding-bottom: 10px;
}
.top-icons .current  span{ 
	/*font-size: 18px;*/
	color: #FFF;
}

/* ========================================================================== */
/*	Homepage                                                                  */
/* ========================================================================== */
.grid-home{
	position: relative;
	width: 1024px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.grid-home span{ color: #17B0FF; }

.grid-home ul > li{ 
	display: inline-block;
	height: 304px; 
	width: 304px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background-color: white !important;
	margin-right: 28px;
	margin-bottom: 28px;
	padding: 28px 0px 28px 0px;
	vertical-align: top;
}
.grid-home ul > li:hover{ 
	cursor: pointer; 
	background-color: #eeeeee !important;
}

.modal-body h4{
	font-size: 18px;
	margin: 0px;
}
.modal-body p{
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	padding-bottom: 20px;
	padding-top: 5px;
}
.modal-body > .col-sm-4{ padding-right: 0px !important; }
.modal-content{ padding-right: 100px !important; }
.modal-dialog{ width: 900px; }
.modal-header,
.modal-footer{
	border: none;
}
.modal-header .close{
	position: relative;
	top: 0px;
	right: -75px;
	color: #000;
	font-size: 40px;
	opacity: 1;
}
.close:hover{
	color: #B1B7BB;
}
.modal-title{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #17B0FF;
} 

.mod-cur{
	background-color: white;
	height: 193px;
	margin-bottom: 28px;
	width: 636px;
}
.mod-cur-arrow{
	height: 193px; 
	width: 58px;
	background: url("../img/arrows/arrow-right.png") no-repeat center; 
}
.mod-cur-desc{
	height: 193px; 
	width: 357px;
	padding: 28px;
	color: #333;
}
.mod-cur-img{ float: left;}

.module-name{
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	display: inline-block;
  	vertical-align: middle;
  	width: 100%;
}
.module-title{
	text-align: center;
}

.mod-list{
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 28px 0px;
}
.mod-list ul > li,
.mod-cur-img{ 
	list-style-type: none;
	display: inline-block;
	height: 193px; 
	width: 193px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-right: 28px;
	margin-bottom: 28px;
	position: relative;
	background-color: white;
}
.mod-list  span,
.mod-cur-img span{
	position: absolute;
	top: 137px;
	width: 100%;
	text-align: center;
	color: #17B0FF;
	padding: 0px 5px 0px 5px;
}
.mod-list ul > li:hover,
.mod-cur:hover{ 
	cursor: pointer; 
	background-color: #eeeeee !important;
}
.mod-list li:hover > span{
	color: #333;
	text-decoration: none;
}

.mod-li-intro{ background: url("../img/mytherapy/introduction_193x193px.png") no-repeat center; }
.mod-li-edumotiv{ background: url("../img/mytherapy/pshycoeducation_193x193px.png") no-repeat center; }
.mod-li-ba{ background: url("../img/mytherapy/behavioral_activation_193x193px.png") no-repeat center; }
.mod-li-cr{ background: url("../img/mytherapy/cognitive_therapy_193x193px.png") no-repeat center; }
.mod-li-ex{ background: url("../img/mytherapy/physical_exercise_193x193px.png") no-repeat center; }
.mod-li-pst{ background: url("../img/mytherapy/solving_problems_193x193px.png") no-repeat center; }
.mod-li-eval{ background: url("../img/mytherapy/relaps_prevention_193x193px.png") no-repeat center; }


.mod-prog{ 	
	position: relative;
	height: auto;
}
.mod-prog:hover{ cursor: pointer; }

.mod-prog-bar{
	position: relative;
	width: 100%;
	height: 28px;
	border: 2px solid #4D57A6;
}
.mod-prog-bar-val{
	background: #4D57A6;
	height: 26px;
}

.mod-pb-intro{ border: 2px solid #2ACAFF; }
.mod-pb-edumotiv{ border: 2px solid #29adff; }
.mod-pb-ba{ border: 2px solid #299bff; }
.mod-pb-cr{ border: 2px solid #2982ff; }
.mod-pb-ex{ border: 2px solid #2974ff; }
.mod-pb-pst{ border: 2px solid #296dff;}
.mod-pb-eval{ border: 2px solid #2966ff; }

.mod-pb-v-intro{  background: #2ACAFF; }
.mod-pb-v-edumotiv{  background: #29adff; }
.mod-pb-v-ba{  background: #299bff; }
.mod-pb-v-cr{  background: #2982ff; }
.mod-pb-v-ex{ background: #2974ff; }
.mod-pb-v-pst{  background: #296dff; }
.mod-pb-v-eval{  background: #2966ff; }


/* ========================================================================== */
/*	Messages                                                                  */
/* ========================================================================== */
.msg-list{
	position: relative;
	width: 498px;
	height: auto;
	padding: 8px;
}

#my-message .tab-content {
	background-color: #17B0FF;
}

#message_create {
	font-size: 18px;
	text-transform: uppercase;;
}

.nav{
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.nav-tabs{ border: none; }
.nav-tabs > li:first-child{ margin-right: 28px !important;}
.nav-tabs > li.active{ background: #17B0FF; }
.nav-tabs > li.active > a{ color: white !important; }
.nav-tabs > li{
	position: relative;
	width: 470px;
	height: auto;
	padding: 8px;
	background: white;

	-moz-border-radius: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px; 
}
.nav-tabs > li > a{
	background: transparent !important;
	border: none !important;
	color: #17B0FF;
}

.navbar{
	position: relative;
	width: 100%;
	background: white;
	height: 138px;
	margin-bottom: 0px;
	padding: 0px;
}

.navbar-brand{
	position: absolute;
	float: left;
}

.navbar-button{
	height: 55px;
	width: 55px;
	margin: 0px 0px 0px 28px;
	font-size: 10px;
	font-weight: bold;
	float: left;
	color: #aaaaaa;
	text-transform: uppercase;
}

.navbar-button-text{
	position: absolute;
	bottom: 45px;
	width: 55px;
	text-align: center;
}
.navbar-header{
	width: 1024px;
	width: 1024px;
	height: 138px;
	padding: 42px 28px 41px 28px;
}

.navbar-right{
	float: right;
	padding: 0px;
}
.navbar-right > a:hover, .navbar-right > a:focus{ text-decoration: none; }


#mood-message-placeholder .message-body{ height: 595px;}

.message-content{
	width: 450px !important;
	position: relative;
}

.message_create{
	width: 30%;
	padding: 10px 10px 0px 10px;
	font-size: 16px;
	position: relative;	
	color: #333;
	z-index: 10;
	height: 45px;
	margin-bottom: -20px;
	background: white !important;
}

.message-dummy{
	position: relative;
	background: white !important;
	width: 488px;
	min-height: 0px;
	height: 100%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: -20px;
}

.message-header,
.message-footer{
	background: white;
	width: 100%;
	height: 55px;
	color: #333;
}
.message-header{
	padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.message-footer{padding: 15px;}

.message-table{
	width: 498px !important;
	position: relative;
	top: -5px;
	left: -5px;
	margin-top: 5px !important;
	margin-right: 5px !important;
	background-color: transparent;
	border-collapse: separate;
	border-spacing: 5px 5px !important;
	font-size: 12px;
	/*color: #4D57A6;*/
}

.message-table th{ 
	text-transform: uppercase; 
	padding: 0px 0px 0px 10px !important;
	height: 55px !important;
	font-size: 18px;
}
.message-table th,
.message-table td{
	background-color: white !important;
	height: 25px;
}
.message-table tr:hover td{background-color: #eeeeee !important; cursor:pointer;}
.message-table tr.selected td{background-color: #cccccc !important;}
.message-table tr{ background-color: transparent !important; }
table.dataTable thead th, table.dataTable thead td{ border-bottom: none !important; }
table.dataTable.no-footer{ border-bottom: none !important; }
.message-table td.received{
	height: 55px;
	width: 55px;
	padding: 0px;
}

.no-round-corners,
.ec-step,
.btn,
.alert,
.situation_content,
.thinking_errors_header{
	border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

/* ========================================================================== */
/*	DataTables                                                                */
/* ========================================================================== */
.dataTables_wrapper .dataTables_paginate .paginate_button{
	margin: 8px 0px 8px 0px !important;
	padding: 3px 5px 2px 5px !important;
	border-radius: 50%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	color: #333 !important;
	text-decoration: underline !important;
	border: none !important;
	background: #cccccc !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	color: #333 !important;
	text-decoration: underline !important;
	border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background: #eeeeee !important;
	border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,	
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{ 
	text-decoration: none !important; 
	display: none !important;
}

.ph-active{background-color: #a0ce4e !important; color: #4D57A6 !important;}

.progress-header ul > li{ display: inline-block; }
.progress-header li{ 
	background-color: #e6e6e6; 
	padding: 0px; 
	margin: 0px 5px 5px 0;
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: 12px; 
}
.label_anchor{
	padding: 4px 4px 4px 4px; 
	height: 25px;
	margin-top: -25px;
	/*z-index: 10;*/
	position: relative;
}

.label_anchor a {
	color: #000;
}

.label_completion {
	background-color: #2ACAFF; 
	height: 25px;
	position: relative;
	/*z-index: 5;*/
}

.red{ color: red; }

.resized{
	-ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    width: 33.3333%;
}

.right{ float: right;}
.small-r-m{ margin-right: 10px;}
	
.tab-content{
	/*border: 5px solid #333;*/
	border: 5px solid #17B0FF;
	height: 715px;
}

.tab-header{
	width: 30%;
	padding: 10px;
	font-size: 16px;
	position: relative;
	top: 50px;
	color: #333;
	z-index: 10;
}

.tab-message{
	height: 100%;
	overflow: hidden;
}

.textp{
	border: none;
	height: 490px;
	resize: none;
	width: 100%;
}

.text-green{ color: #1ECBA9; }
.text-ocean{ color: #3f3b7d; }

.text-type-a{
	height: 60px;
	display: flex;
    align-items: center;
}

.text-type-a{
	padding-left: 10px;
	padding-right: 10px;
}

.th-date{ width: 130px;}


.tsmsselect {
    width: 40%;
    float: left;
    margin-bottom: 20px;
}
                
.tsmsselect select {
    width: 100%;
}
                
.tsmsoptions {
    width: 20%;
    float: left;
    margin-top: 60px;
}
                
.tsmsoptions p {
    margin: 10px 2px 2px 2px;
    text-align: center;
    font-size: larger;
    cursor: pointer;
}
                
.tsmsoptions p:hover {
    color: White;
    background-color: Silver;
}

.thinking_errors_title{
	color: white;
	padding-left: 5px;
}


.top-menu{
	background-color: #a0ce4e;
	height: 34px;
	text-align: center;
}

.top-menu > div{
	color: #ffffff;
	height: 100%;
	padding: 0px;
	border-right: 1px solid #fff;
}

.top-menu > div > a{
	padding: 7px;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.top-menu > div:hover{
	background-color: #449D44;
}

.top-menu > div:first-child {
    border-left: 1px solid #fff;
}

.v-space{
	width: 100%;
	height: 28px;
}

.white-block{
	width: 100%;
	height: auto;
	background: white;
	padding: 28px 20px 10px 28px;
	margin-bottom: 28px;
}

.white-block h2{
	position: relative;
	height: 53px;
	color: #333;
	font-size: 14px;
	margin: 0px 0px 0px 10px;
	padding-top: 20px;
}

.questionnaire_textarea{
	width: 100%;
	min-height: 120px;
	resize: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 2px 0px 2px;
	border: 1px solid #333;	
	background-color: white;
	border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;    
}

.solved{
	background-color: #2ACAFF;
	border-bottom: 1px solid white;
}

.hjsel_options_hover{
	background: none repeat scroll 0 0 highlight;
}
