/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.edp-link {
    color: #15428B;
    font-family: tahoma,arial,helvetica,sans-serif;
    font-size: 12px;
    text-decoration: underline;
}
.divBody
{
    font-family: Georgia;
    font-size: 13px;
}
.divRegistercontainer {
    background-color: White;
    display: block;
    height: 463px;
    margin: 250px auto 0;
    width: 480px;
}
.divLogincontainer {
    height: 233px;
    left: 50%;
    margin-left: -180px;
    margin-top: -115px;
    position: absolute;
    top: 50%;
    width: 310px;
    z-index: 15;
}
.divTitle {
    background-image: url("images/bkng_title.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #00ACDF;
    font-size: 15px;
    height: 36px;
    margin-left: 9px;
    padding-top: 23px;
    text-align: center;
    width: 458px;
}
.divTitleLogin {
    color: #00347a;
    font-size: 15px;
    height: 36px;
    margin-left: 9px;
    padding-top: 17px;
    text-align: center;
    width: 304px;
}
.pwdwidgetdiv {
    width: 225px;
}
.pwdfield {
    display: block;
}
.pwdopsdiv {
    display: block;
    float: left;
    margin-right: 6px;
}
.pwdopsdiv a {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
}
.pwdstrengthbar {
    background: none repeat scroll 0 0 #CCCCCC;
    float: right;
    height: 4px;
    margin: 0;
}
.pwdstrength {
    float: right;
    height: 20px;
    margin-top: 3px;
    width: 70px;
}
.pwdstrengthstr {
    clear: both;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: 14px;
    margin-top: 0;
}
.divContainer {
    display: block;
    float: left;
    width: 458px;
    margin-left: 9px;
    text-align: right;
}
.container {
    display: block;
    float: left;
    margin-top: 10px;
}
.container label {
    display: block;
    float: left;
    text-align: right;
    width: 195px;
}
.container input[type="text"] {
    display: block;
    float: left;
    margin-left: 15px;
    width: 250px;
}
.container input[type="password"] {
    display: block;
    float: left;
    margin-left: 15px;
    width: 250px;
}
.divChkBox {
    display: block;
    float: left;
    font-size: 10px;
    margin-left: 210px;
}
.left label {
    display: block;
    float: left;
    text-align: right;
    width: 75px;
}
.left input[type="text"] {
    margin-left: 20px;
    width: 200px;
}
.left input[type="password"] {
    margin-left: 20px;
    width: 200px;
}
.divLink {
    display: block;
    margin: 0 auto;
    width: 999px;
}
.divRegisterBtn {
    display: block;
    float: left;
    margin-left: 9px;
    margin-top: 50px;
    width: 458px;
}
.btnInvia {
    background-image: url("images/btnInvia.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    border: medium none;
    color: White;
    display: block;
    float: right;
    height: 37px;
    margin-right: 63px;
    width: 133px;
}
.left {
    display: block;
    float: left;
    margin-top: 15px;
}
.divSubmit {
    display: block;
    float: inherit;
    margin-left: 9px;
    width: 290px;
}
.row_statoGray {
    background-color: #C0C0C0;
}
.row_statoRed {
    background-color: rgba(255, 0, 0, 0.2);
}
.row_statoGreen {
    background-color: rgba(0, 255, 0, 0.2);;
}

.bt-large-patients {
    background-image: url("icons/pazienti.png");
}

.bt-large-orders {
    background-image: url("icons/refertazione.png");
}

.bt-large-controls {
    background-image: url("icons/controllo_qualita.png");
}

.bt-large-statitics {
    background-image: url("icons/statistica.png");
}

.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

div.frameT {
    display: table;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    position: relative;
}

div.frameTC {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background-color: #EBEBEB;
}

div.content {
    margin: 0 auto;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #70002E;
    height: 630px;
    width: 400px;
}

div.logo-ssim {
    background-image: url("images/logo.png");
    height: 89px;
    left: 50%;
    margin-left: -150px;
    margin-top: 20px;
    margin-bottom: 150px;
    position: relative;
    width: 300px;
    top: 70px;
}

.blue_button {
    border: solid 1px #70002E;
    height: 40px;
    font-size: 20px;
    /*border-radius*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    background-image: -moz-linear-gradient(top, #70002E, #70002E);
    background-image: -o-linear-gradient(top, #70002E, #70002E);
    background-image: -ms-linear-gradient(top, #70002E, #70002E);
    background-image: -webkit-linear-gradient(top, #70002E, #70002E);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #70002E), color-stop(1, #70002E));
    filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#70002E, EndColorStr=#70002E)";
    background-image: linear-gradient(top, #70002E, #70002E);
    width: 300px;
    background-color: #2b96f1;
    /*box-shadow*/
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-left: -150px;
    margin-top: 28px;
    position: relative;
    left: 50%;
}

.blue_button:hover {
    background-image: -moz-linear-gradient(top, #C98C9F, #C98C9F);
    background-image: -o-linear-gradient(top, #C98C9F, #C98C9F);
    background-image: -webkit-linear-gradient(top, #C98C9F, #C98C9F);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C98C9F), color-stop(1, #C98C9F));
    filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr=#C98C9F, EndColorStr=#C98C9F)";
    background-image: linear-gradient(top, #C98C9F, #C98C9F)
}

.inset_input {
    border: 1px solid #70002E;
    height: 40px;
    padding: 5px 10px 5px 5px;
    font-size: 16px;
    /*border-radius*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px 2px 2px 2px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%);
    width: 300px;
    /*box-shadow*/
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-left: -150px;
    position: relative;
    left: 50%;
}
.inset_input:focus {
    border: 1px solid #999 !important;
    /*box-shadow*/
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important
}
.label_login {
    margin-left: -150px;
    position: relative;
    left: 50%;
    width: 300px;
}

#nav {
    height:12px;
    width:68px;
}

#bar {
    height:14px;
    width:68px;
    position: relative;
    top: 0px;
    opacity: .2;
}

#cursor {
    background-color:black;
    height:17px;
    width:2px;
    position: relative;
    top: -15px;
}

.bt-large-Clock {
	background-image: url("icons/Clock.png");
}

.bt-large-User {
    background-image: url("icons/User.png");
}

.bt-large-DocumentGraph {
    background-image: url("icons/DocumentGraph.png");
}

.bt-large-Calc {
    background-image: url("icons/Calc.png");
}

.bt-large-Folder {
    background-image: url("icons/Folder.png");
}

.bt-large-Euro {
    background-image: url("icons/Euro.png");
}

.bt-large-Search {
    background-image: url("icons/Search.png");
}

.bt-large-Phone {
    background-image: url("icons/Phone.png");
}

.bt-large-Home {
    background-image: url("icons/Home.png");
}

.bt-large-Pdr {
    background-image: url("icons/Pdr.png");
}

.bt-large-Transfer {
    background-image: url("icons/Transfer.png");
}

.rule-vp {
	background-color: red;
	float: left;
	text-align: center;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
}

.rule-pvs {
	background-color: red;
	float: left;
	text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;

}

.rule-strength-very-strong-red {
    background-color: #c70700;
    color: #fff;
}
.rule-strength-strong-red {
    background-color: #d93115;
    color: #fff;
}
.rule-strength-moderate-red {
    background-color: #eb5b2b;
    color: #fff;
}
.rule-strength-supporting-red {
    background-color: #fd8540;
    color: #fff;
}

.rule-strength-very-strong-green {
    background-color: #076418;
    color: #fff;
}
.rule-strength-strong-green {
    background-color: #258831;
    color: #fff;
}
.rule-strength-moderate-green {
    background-color: #50a838;
    color: #fff;
}
.rule-strength-supporting-green {
    background-color: 73c36f;
    color: #fff;
}

.rule-red {
  background-color: rgba(199, 7, 0, 0.1);;
}

.rule-green {
  background-color: rgba(7, 100, 24, 0.1);
}

.rule-list {
	background-color: transparent;
	border: 0px;
}

.rule-font-white {
	
}

.badge {
    font-weight: normal;
    padding: 0.7em 0.7em;
    border-radius: 25px;
    width: 85%;
    font-size: 100%;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.rule-title {
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    box-sizing: border-box;
    color: #373a3c;
    line-height: 1.5;
	font-size: 1.25rem;
	padding-top: 20px;
}

.rule-verdict {
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    box-sizing: border-box;
    color: #373a3c;
    line-height: 1.5;
	font-size: 26px;
    font-weight: bold;
    text-align: center;
}

#nav {
    height:12px;
    width:100%;
}

#bar {
    height:14px;
    width:100%;
    position: relative;
    top: -14px;
    opacity: .2;
}

.row-reddittivita {
  display: flex;
  height:12px;
  width:100%;
  top: 0px;
  opacity: .2;
}

.column-reddittivita {
  flex: 50%;
}

#cursor {
    background-color:black;
    height:17px;
    width:2px;
    position: relative;
    top: -15px;
}
