/* 
    Document   : speech.css
    Created on : Aug 10, 2013, 4:53:40 PM
    Author     : wind
    Description:
        Purpose of the stylesheet follows.
*/

body {
    /*background: radial-gradient(circle at center, #cccccc 20%,#999999 100%); /* W3C */*/
    height: 100%;
    font-size: 1em;
}

select {
    box-shadow:0 0 1px #000;
    border: 1px solid #ffffff;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 30px;
    /* background: linear-gradient(to bottom, #999999 0%,#444444 21%,#444444 68%,#999999 100%); */
    background-image: url("../img/combobox-background.png");
    background-size: cover;
    background-position: right;
    color: white;
    margin-bottom: 0px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}

select > option {
    background-color: #404040;
    color: #ffffff;
}

.img-disabled {
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}

#contentArea {
    padding-top: 20px;
    height: 390px !important;
    overflow: auto;
    clear: both;
    box-shadow: 0px 10px 15px -10px black inset;
}

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

/* content color */
.therapist-content {
    background-color: #9bba69;
}

.patient-content {
    background-color: #9ac3d3;
}

.top-bar {
    clear: both;
    background-color: #404040;
    height: 66px;
}

.top-bar > div {
    /* font-size: 1.0em; */
    color: #cccccc;
    margin: 3px 0px;
    height: 60px;
}

.sidespace {
    padding-right: 10px;
    padding-left: 10px;
}

div.main {
    padding-left: 0px !important;
    padding-right: 0px !important;
    min-width: 1200px;
}

div.therapist-top-bar h4 {
    color: #9bba69;    
}

div.patient-top-bar h4 {
    color: #9ac3d3;
}

div.img-trumbnail {
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

div.search-line > div {
    margin: 15px 0px;
}

div.therapist-top-bar a,
div.therapist-top-bar a:hover,
div.therapist-top-bar a:focus,
div.therapist-top-bar a:active {
    text-decoration: none;
    color: #9bba69;    
}

div.patient-top-bar a,
div.patient-top-bar a:hover,
div.patient-top-bar a:focus,
div.patient-top-bar a:active {
    text-decoration: none;
    color: #9ac3d3;
}

div.search-bar {
    margin-top: 0px;
}

div.search-bar select {
    min-width: 150px;
}

div.search-bar select > option {
    min-width: 150px;
}

div.search-bar div.row {
    margin-bottom: 2px;
}

.expading-shelf {
    border-radius: 10px 10px 0px 0px;  
    padding: 5px 10px 5px 10px;
    border: 2px solid #FFFFFF ;    
    border-bottom: 0px none #FFFFFF ;        
    background: linear-gradient(to bottom,
        #999999 0%,#444444 21%,#444444 68%,#999999 100%); /* W3C */
}

.expading-shelf > a > img {
    width: 35px;
    margin: 2px;
    clear: none;
}

.admin-shelf {
    min-width:  0px;
    width:      240px;
}

.therapist-shelf {
    min-width:  0px;
    width:      135px;
}

.buttZone {
    clear: right;
}

.buttZone > a > img {
    margin-top: -3px;
}

.menu-noclear {
    clear: none !important;
}

.left-seperator {
    border-left: 1px solid #cccccc;
}

.concentrated-patient {
    width:100%;
    height: 360px;
    background-image: url('../img/c___BG_Blue.png');
    background-size: 100% 100%;
}

.concentrated-therapist {
    width:100%;
    height: 360px;
    background-image: url('../img/c___BG_Green.png');
    background-size: 100% 100%;
}

/** COMPONENT **/
div.modal {
/*    color: #ffffff;*/
    background-color: #FFFFFF;
}

div.modal > div.modal-footer {
    background-color: #FFFFFF;
    border: none;
    box-shadow: inset 0 0px 0 #ffffff;
}

.btn-sp-sm,
.btn-sp-xs {
    padding: 3px 15px;
    line-height: 1.5;
    border-radius: 3px;
    box-shadow: 0 0 1px #000;
    border: 1px solid #ffffff;
}

.btn-speech {
    border-radius: 0px 0px 10px 10px;
    color: #ffffff;
    background-image: url("../img/combobox-background.png");
    background-size: cover;
    background-position: left;
    box-shadow: 0 0 1px #000;
    border: 1px solid #ffffff;
}

.btn-speech:hover,
.btn-speech:focus,
.btn-speech:active,
.btn-speech.active {
    color: #ffffff;    
    border-color: #FFFFFF;
    background-image: url("../img/combobox-background.png");
    background-size: cover;
    background-position: left;
}

.btn-speech.disabled,
.btn-speech[disabled],
fieldset[disabled] .btn-speech,
.btn-speech.disabled:hover,
.btn-speech[disabled]:hover,
fieldset[disabled] .btn-speech:hover,
.btn-speech.disabled:focus,
.btn-speech[disabled]:focus,
fieldset[disabled] .btn-speech:focus,
.btn-speech.disabled:active,
.btn-speech[disabled]:active,
fieldset[disabled] .btn-speech:active,
.btn-speech.disabled.active,
.btn-speech[disabled].active,
fieldset[disabled] .btn-speech.active {
    background-color: #428bca;
    border-color: #FFF;
    color: #FFFFFF;
}

.btn-sp-1 {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #FFFFFF;
    box-shadow: 0 0 1px #000;
    border: 1px solid #ffffff;
    background-image: url("../img/combobox-background.png");
    background-size: cover;
    background-position: left;
}

.btn-inc {
;-webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}

.btn-sp-1:hover,
.btn-sp-1:focus,
.btn-sp-1:active,
.btn-sp-1.active {    
    color: #FFFFFF;    
    border-color: #FFFFFF;
    background-image: url("../img/combobox-background.png");
    background-size: cover;
    background-position: left;
}

.btn-sp-1.disabled,
.btn-sp-1[disabled],
fieldset[disabled] .btn-sp-1,
.btn-sp-1.disabled:hover,
.btn-sp-1[disabled]:hover,
fieldset[disabled] .btn-sp-1:hover,
.btn-sp-1.disabled:focus,
.btn-sp-1[disabled]:focus,
fieldset[disabled] .btn-sp-1:focus,
.btn-sp-1.disabled:active,
.btn-sp-1[disabled]:active,
fieldset[disabled] .btn-sp-1:active,
.btn-sp-1.disabled.active,
.btn-sp-1[disabled].active,
fieldset[disabled] .btn-sp-1.active {
  background-color: #444444;
  border-color: #FFF;
  color: #FFFFFF;
}

/* BUTTON: orange */
.btn-sp-2 {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #000000;
    border-width: 1px;
    border-color: #FFFFFF;
    background: linear-gradient(to bottom,
    #eeeeee 0%,#f17134 41%,#f17134 68%,#eeeeee 100%); /* W3C */
}

.btn-sp-2:hover,
.btn-sp-2:focus,
.btn-sp-2:active,
.btn-sp-2.active {
    color: #000000;
    border-color: #FFFFFF;
    background: linear-gradient(to bottom,
    #eeeeee 0%,#f17134 41%,#f17134 68%,#eeeeee 100%); /* W3C */

}

.btn-sp-2.disabled,
.btn-sp-2[disabled],
fieldset[disabled] .btn-sp-2,
.btn-sp-2.disabled:hover,
.btn-sp-2[disabled]:hover,
fieldset[disabled] .btn-sp-2:hover,
.btn-sp-2.disabled:focus,
.btn-sp-2[disabled]:focus,
fieldset[disabled] .btn-sp-2:focus,
.btn-sp-2.disabled:active,
.btn-sp-2[disabled]:active,
fieldset[disabled] .btn-sp-2:active,
.btn-sp-2.disabled.active,
.btn-sp-2[disabled].active,
fieldset[disabled] .btn-sp-2.active {
    background-color: #f17134;
    border-color: #FFF;
    color: #000000;
}

/* BUTTON: green */
.btn-sp-3 {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;

    border-radius: 40px;
    color: #000000;
    border-width: 1px;
    border-color: #FFFFFF;
    background: linear-gradient(to bottom,
    #eeeeee 0%,#92c94b 21%,#92c94b 68%,#eeeeee 100%); /* W3C */
}

.btn-sp-3:hover,
.btn-sp-3:focus,
.btn-sp-3:active,
.btn-sp-3.active {
    color: #000000;
    border-color: #FFFFFF;
    background: linear-gradient(to bottom,
    #eeeeee 0%,#92c94b 21%,#92c94b 68%,#eeeeee 100%); /* W3C */

}

.btn-sp-3.disabled,
.btn-sp-3[disabled],
fieldset[disabled] .btn-sp-3,
.btn-sp-3.disabled:hover,
.btn-sp-3[disabled]:hover,
fieldset[disabled] .btn-sp-3:hover,
.btn-sp-3.disabled:focus,
.btn-sp-3[disabled]:focus,
fieldset[disabled] .btn-sp-3:focus,
.btn-sp-3.disabled:active,
.btn-sp-3[disabled]:active,
fieldset[disabled] .btn-sp-3:active,
.btn-sp-3.disabled.active,
.btn-sp-3[disabled].active,
fieldset[disabled] .btn-sp-3.active {
    background-color: #92c94b;
    border-color: #FFF;
    color: #000000;
}