/**
Bootstrap override
http://getbootstrap.com/customize/?id=6122071a7880ec29d728
*/
body {
    font-family: Arial,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    background-color: #f5f5f5;
}
.header {
    padding: 15px 0;
    background: #fff;
    z-index: 9999;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.header h1.logo {
    margin-top: 0;
    margin-bottom: 0;
    max-height: 50px;
}
.header .main-nav .nav li {
    font-weight: normal;
    text-transform: uppercase;

}
.navbar-toggle {
    border: 1px solid rgb(218, 90, 105);
}
.navbar-toggle .icon-bar {
    background-color: rgb(218, 90, 105);
}
.modal-dialog {
    margin-top: 100px;
}
.header .main-nav .nav a {
    color: #444444;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    font-size: 14px;
    padding: 15px 15px;
}

.header .main-nav .nav ul > li > a {
    padding: 10px 15px;
}

.offset-header {
    margin-top: 80px;
}

.footer {
    padding: 15px 0;
}

.title {
    background-color: #de5a6a;
    padding: 40px 0;
    min-height: 165px;
    color: #fff;

    text-shadow: 0 1px 0 rgba(0,0,0,.1);

}
.title h1 {
    margin-top: 0;
}
.title p {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.4;
    font-size: 26px;
    color: #FFCFD5;

 }
.content {
    padding: 0;

}

.has-pattern {
    background-image: url('pattern.png');
    background-repeat: repeat;
    background-position: left top;
}


.bg-silver {
    background-color: #f8f8f8;
}

.list-head {
    background-color: #f8f8f8;
    border-bottom: 4px solid #ddd;
}

.margin-bottom-20 {
    padding-bottom: 20px;
}
.navbar {
    margin-bottom: 0px;
}

.bg-danger {
    padding: 1px 5px;
}

.question-list i.fa {
    margin-right: 10px;
}
.question-list > li {

    font-weight: bold;
    line-height: 36px;
}
.question-list > li > ul > li {

    font-weight: normal;
    list-style: none;
    line-height: 26px;
}

.panel {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 1px solid #f8dadd;
    border-bottom: 3px solid #f8dadd;
    margin-top: 40px;
}

.event-view  {
    font-size: 1.1em;
}
.event-view p {
    padding: 4px 6px;
}

.btn-custom {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active, .open>.dropdown-toggle.btn-custom {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.page-header {
    margin: 30px 0 15px;
    padding-bottom: 5px;
}

.img-table {
    width: 64px;
    height: 64px;
}

.image-popup-frame {
    display: table;
    padding: 0px;
    border: 0px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.image-popup-frame .fa {
    color: #FFFFFF;
    position: absolute;
    background-color: #e51e35;
    padding: 3px;
    font-size: 12px;
}

.answer-group {
    margin-left: 32px;
}
.addAnswer {
    margin-left: 32px;
}


.font-large {
    font-size: large !important;
}
.font-x-large {
    font-size: x-large !important;
}

/* Start - Style for bootstrap switch */
.bootstrap-switch {
    border-radius: 0 !important;
}
.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-handle-off {
    border-radius: 0 !important;
}
.bootstrap-switch .bootstrap-switch-primary {
    background-color: #e51e35 !important;
}
/* End - Style for bootstrap switch */


.activity {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    border: solid 5px #e51e35;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
.activity.secondary {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: solid 4px #e51e35;
    border-top-color: transparent;
}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-o-keyframes spin { 100% { -o-transform: rotate(360deg); } }
@keyframes spin { 100% { transform: rotate(360deg); } }
