/* app css stylesheet */

body {
    padding-top: 0px;
}

table {
    border-collapse: collapse;
    margin-top: 5px;
}

.divider{
    width: 10px;
    height: auto;
    display: inline-block;
}

.title{
	font-size: 12px;
	color: white;
}

th,
td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

th {
    background-color: #6633CC;
    color: white;
}

th.fa {
    width: 100%;
}

.link-space {
    padding: 20px;
    margin: 10px 10px;
}

.btn-primary {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #6633FF;
}

.toolbar-top{
    background-color: #6633CC !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
    color: white !important;
}

.form-inline {
    margin-bottom: 10px;
}

.btn-primary:hover {
    background-color: #6633CC;
}

.form-control {
    display: inline-block;
    width: auto;
}

.footer {
    font-size: .80em;
    margin-left: 20px;
}

.footer-bhp {}

th.votes {
    width: 60px;
}

button.btn-voted-false {
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle !important;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 5px;
    background: -moz-linear-gradient( top, #ff2819 0%, #ab0000);
    background: -webkit-gradient( linear, left top, left bottom, from(#ff2819), to(#ab0000));
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
    text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

button.btn-voted-true {
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle !important;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 5px;
    background: -moz-linear-gradient( top, #006600 0%, #003300);
    background: -webkit-gradient( linear, left top, left bottom, from(#006600), to(#003300));
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 0.7);
    text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

md-autocomplete {
    display: inline;
}

.md-whiteframe-1dp,
.md-whiteframe-z1 {
    box-shadow: none;
}

md-autocomplete input:not(.md-input),
md-autocomplete-wrap input:not(.md-input),
.textbox {
    background: #FFFFFF no-repeat;
    background-position: 5px -7px !important;
    padding: 10px 10px 10px 30px;
    width: 100%;
//    max-width: 400px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
    box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
    resize: horizontal;
}

md-autocomplete input:not(.md-input):focus,
.textbox:focus {
    background-color: #FFF;
    border-color: #E8C291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #E8C291 inset;
    box-shadow: 0 0 0 1px #E8C291 inset;
}

.autocomplete-custom-template li {
    max-width: 500px;
}

.icon-ph {
    display: inline-block;
    width: auto;
    height: auto;
    min-width: 16px;
    padding: 5px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 0px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #ffffff;
    position: absolute;
    left: 3px;
    top: 10px;
    /*bottom: 5px;*/
    z-index: 3;
    color: #00008B;
}


}
.custom-text {
    padding: 6px 6px 6px 30px;
}
.input-container {
    position: relative;
}
.center {
    margin: 0 auto;
    text-align:center;
    width: 100%;
}
.inline {
    display: inline;
}
.error-text {
    color: red;
}

svg {
  fill: white;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}
.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}
.loginBtn:focus {
    outline: none;
}
.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}
