/*!
V2-css style 03.01.2017
 */

 body{
    font-size: 14px !important;
	/* font-family: 'Roboto', sans-serif!important; */
 }
 .navbar-nav {
    margin: 0;
    margin-left: 0px;
}

.text-left{
	text-align: left!important;
}

.dropdown-menu { 
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
	color: #535353!important;
    font-size: 16px!important;
}

.review_spacer .dropdown-menu{
    max-height: 160px;
    overflow: auto;
}

.dropdown-item {
	color: #535353!important;
}

.open>.dropdown-menu {
    margin-top: 10px;
}
.badge {
background-color: none!important;}

.table>tbody>tr>td, {
	    vertical-align: middle!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem!important;
    padding-left: .8rem!important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)!important;
}

.ml-auto {
    margin-left: auto;
}

 div#myviews {
    margin-top: -21px;
}
 .notice-info-block .notice-item-header {
    font-weight:normal !important;
    background:none !important; 
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    color: #4f4b4a;
} 
.head-bug .dropdown {
    position: relative;
    float: left;
}
.notice-item .float-right{text-align: right;}
.btn{
    font-size: 14px!important;
 }


#myDIV{
	background: rgb(233, 233, 233);
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 5px;
    padding-right: 5px;
}

.item-q span {
    word-break: break-word;
}


.dropdown-options{
	background: none;
    color: #7088ad;
    border: 0px;
    padding: 0px;
}

.dropdown-options:hover {
    background: none;
    color: #7088ad;
    border: 0px;
    padding: 0px;
}


.btn-submit {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.dropdown-menu {
    min-width: 200px!important;
    background: #f8f8f8;
}


.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu {
    padding: 0px!important;
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e6e6e6!important;
}

.accepted-status { 
    margin-left: 10px;
}

.notice-item {
    margin-top: 17px;
    border-radius: 5px;
}

.notice-bug-acecpted {
    /*margin-top: 5px;*/
    border-radius: 5px;
    padding: 10px!important;
} 

.bug-title{
   /* color: #7189ad; */
    padding-bottom: 8px;
} 

.enhancement-title{
   /* color: #7189ad; */
    padding-bottom: 8px;
} 

.item-icon{
    color: #535353;
}

.starred-item{
    color: #535353;
    padding-right: 5px;
    font-size: 15px;
    cursor: pointer;
	float:left;
}

.starred-item:hover{
    color: #FFC107;
}

.item-head-title {
    margin: 7px 0 3px 0;
    color: #535353;
    font-size: 16px;
    padding-left: 5px;
}

.modal-open .modal {
    background: #607d8ba1
}

.btn-modal-action{
    border:1px solid #ccc!important;
    background: #fff!important;
    padding: 10px!important;
}

.action-modal-title{
    font-weight: bold;
    color: #535353;
    padding-top: 20px;
    padding-bottom: 20px;
}

.dropdown-arow i{
    color: #535353;
    cursor: pointer;
}

.issue_timestamp {
	font-size:90%;
	color: #989898;
	font-style: italic;
}

.chat{
    padding-top: 5px;
    background: #ffffff63;
    margin-bottom: 5px;
    border-radius: 5px;
    margin-top: 5px;
}

.chat-view-review {
	padding-left:5px;
	padding-right:5px;
	padding-bottom: 5px;
}

.chat .chat-history-modal {
    margin-bottom: 10px!important;
    background: #f0f0f0;
    padding: 5px;
    border-radius: 5px;
    margin-top: -5px;
}

.chat .chat-history .message-data {
    font-size: 12px;
    color: #535353;
}
.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.chat .chat-history .message {
    color: #7189ad;
    padding: 5px 10px;
    line-height: 15px;
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 7px;
    width: 100%;
    position: relative;
    font-style: italic;
}

.chat .chat-history .you-message {
    background: #f8f8f8;
    color: #7189ad;
}
.chat .chat-history .me-message {
  background: #f8f8f8;
}

.chat .chat-message {
  padding: 30px;
}
.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}

.chat-ul li{
    list-style-type: none;
}

.chat-ul {
	padding-left: 0px;
    margin-bottom: 0px;
}

.comments-text {
	margin-bottom:5px;
}

.comments-dl-files {
	margin-bottom:3px;
}

.modal-issue-submit {
	margin:7px 0;
}

.modal-issue-submit input:hover{
	/* text-decoration:underline; */
}

.video-button-margin {
	margin: 15px 0 5px 0;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

.message-data-name{

}

.notice-info-block {
    border-radius: 5px;
}

.notice-bug {
    border-radius: 5px;
    padding: 10px!Important;
}

strong {
    color: #535353;
}

.item-q {
    color: #535353;
}

.review_spacer {
    margin-bottom: 5px!important;
    background: #ffffff63;
    padding: 6px;
    border-radius: 5px;
    position: relative;
}
a {
    color: #7189ad !important;
}

.btn-submit {
    color: #fff!important;
    border-radius: 5px!important;
}

.change-owner{
   font-size: 11px; 
}
.add-new-owner{
    margin-bottom: 3px;
}

.add-new-owner-field{
    width: 70%;
    padding: .25rem .5rem;
    border-radius: 5px;
    border: 0px;
    font-size: 12px;
    background: #f8f8f8!important;
}
.new-owner-go{
   font-size: 12px!important;
    padding: .25rem .5rem!important;
    border-radius: 5px!important;
    border: 0px;
    background: #7189ad;
    color: #fff;
}

.btn:hover {
    color: #000 !important;
    text-decoration: none;
}

.add-comment-modal-field{
    border-radius: 5px!important;
    margin-right: 3px!important;
}

.chat-input-modal {
    background: #f1f1f1;
    padding: 10px;
    border: 1px solid #ececec;
    border-radius: 5px;
}

.comment-options a{
    font-size: 11px!important;
    color:#989898 !important;
}

.comment-options a:hover{
    font-size: 11px!important;
    color:#989898 !important;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-content {
    position: relative!important;
    width: 100%;
}

.modal-dialog {
		position: relative;
	}

	
@media only screen and (min-width : 991px) {
	.modal-dialog {
		width: 50%!important;
	}
}

@media only screen and (max-width : 990px) {
	.modal-dialog {
		top:150px !important;
	}
}

.video-list{
    padding: 0px!important;
}
.video-item{
    font-size: 10px;
}

.notice-improvement {
    border-radius: 5px;
}

.open-status{
    margin-left: 10px;
}

.message-date {
    color:#989898;
    font-size: 11px;
}

.message-name{
    color: #7189ad;
    font-size: 12px;
	font-weight: bold;
}

.pick-user {
   margin-right: 3px;
    background: #989898!important;
}

.pick-user-dropdown{
    margin-top: 13px!important;
    margin-right: 94px!important;
}

.pick-user-dropdown-left {
    margin-top: 202px!important;
    margin-right: 94px!important;
}

.dropdown-menu>li>a {
    font-size: 12px!important;
    color: #535353!important;
}

.add-new-owner-field-dropdown {
    width: 59%!important;
    padding: .25rem .5rem !important;
    border-radius: 5px;
    border: 0px;
    font-size: 12px;
    background: #f8f8f8!important;
    margin-left: 5px;
    margin-top: 2px!important;
}

.new-owner-go-dropdown {
    font-size: 12px!important;
    padding: .25rem .5rem!important;
    border-radius: 5px!important;
    border: 0px;
    background: #7189ad;
    color: #fff;
    padding-top: 2px!important;
    margin-top: -3px;
}

.modal .btn-modal-action-yes{
    background: #29a745;
    color: #fff !important;
}

.btn-modal-action-no{
  background: #7189ad; 
    color: #fff; 
}

.navbar {
 /*   position: fixed!important;   */
}

#content-container {
  padding-top: 20px !important; 
}

.navbar a {
    color: #535353!important;
}

.page-header {
    color: #535353!important;
    border:0px solid!important;

}

.btn-submit-top{
	color: #fff;
    background-color: #7189ad;
    float: right;
    font-weight: bold!important;
    border-radius: 5px!important;
    padding: 9px!important;
    text-transform: uppercase;
    margin-right: 15px;
}
.navbar-brand {
    margin-bottom: 14px;
}

.page-header {
    padding-bottom: 0px!important;
    margin: 0px!important;
}



.form-control {
    border-radius: 5px;
}

.modal.fade .modal-dialog {
    transition: none!important;
    transition: none!important;
    transition: none!important;
    -webkit-transform: none!important;
    transform: none!important;
}

.people-added{
    color: #989898;
    font-style: italic;
    font-size: 11.5px;
    background: #f2f2f2;
    padding: 16px;
    border-radius: 5px;
}

.people-added span{
    background: #ececec;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.comments-people-added {
	display: inline-block;
	margin-bottom:6px;
}

.modal-x-close {
	display:inline; 
	float:right; 
	margin:-10px 0; 
	color: #ccc;
	cursor:pointer;
	font-size: 130%;
}

.video-item span{
    background: #2d99df;
    padding: 5px;
    color: #ffffff;
    font-size: 9px;
    border-radius: 5px;
}
.width100{
    width:100%;
}

.deferred-status{
    background-color: #ff9802!important;
}

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

.main-select {
    font-weight: bold;
    font-size: 16px!important;
}

.no-bugs{
    background-color: #d8ffe1;
    border-left: 2px solid #29a745;
}

.bugs{
    background-color: #ffd3d3;
    border-left: 2px solid #d73814;
}

.pending-bugs{
    background-color: #fee3bc;
    border-left: 2px solid #ff9801;
}

select.form-control{
    height: 38px!important;
    padding-left: 11px!important;
    border-radius: 5px!important;
}

.dropdown-title{
    padding: 10px!important; 
}

.btn-stared-items-main{
    border-radius: 5px!important;
    height: 38px!important;
    color: #333;
    background: #f8f8f8;
    width: 100%;
    border: 1px solid #ccc!important;
    border-left: 2px solid #7189ad!important;
}

.btn-stared-items-main:hover{
    color: #333;
    background: #f8f8f8;
}

.padding-zero{
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.filter-main-issues {
    background: #e9e9e9;
    margin-top: 10px;
    border-radius: 5px;
    border: 0px solid;
    margin-right: 10px;
    padding: 5px;
    font-size: 12px;
}

.material-switch {
    /* padding-top: 10px; */
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 12px;
    margin-top: -6px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 34px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 20px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -2px;
    transition: all 0.3s ease-in-out;
    width: 19px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.switch-starred{
    background: #FFC107;
}

.filter-main-issues:hover {
    background: #7189ad;
    margin-top: 10px;
    border-radius: 5px;
    border: 0px solid;
    margin-right: 10px;
    padding: 5px;
    font-size: 12px;
    color: #fff;
}

.top-plus-menu{
    left: -39px!important;
    top: 37!important;
}

.nav-item:hover{
    text-decoration: underline;
}

.bug-filters-main
{
    background: #fff;
    margin-top: 10px;
    border-radius: 5px;
    padding-bottom: 10px;
    border: 1px solid #ebeaea;
}



.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    /*margin-left: -88px!important; */
	margin-right: 4%;
	font-size: 400%;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    /*margin-left: -88px!important; */
	margin-left: 4%;
	font-size: 400%;
}

 a.left.carousel-control{
    color:#fff!important;
 }

a.right.carousel-control{
    color:#fff!important;
 }

 .carousel-control{
    width:0%!important;
    opacity: 10!important;
 }

 .title-modal-link:hover{
    text-decoration: underline!important;
    cursor: pointer;
 }

 .toogle-bug-icon{
    cursor: pointer;
 }

 
 .add-file{
    cursor: pointer;
    font-size: 10px;
    color: #7189ad!important;
    font-style: italic;
 }

 .file-added{
    cursor: pointer;
    font-size: 12px;
    color: #989898!important;
    padding-right: 10px;
    color: #989898;
    font-style: italic;
 }

 label {
    font-weight: normal!important;
}

.btn-add-top{
	background: #f8f8f8!important;
    float: right!important;
    font-weight: bold!important;
    border-radius: 5px!important;
    padding: 9px!important;
    text-transform: uppercase!important;
    margin-right: 15px!important;
    color: #535353!important;
}

.btn-add-top:hover{
    color: #535353!important;
}

.notice-item-header {
    border-radius: 5px;
}

.inner-bug {
    border-radius: 5px;
}

.filter-main-issues:focus {
    background: #7088ad!important;
    color:#fff!important;
}

.panel-title > a:before {
  content: "\f0d7";
  float: right !important;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  float: left!important;
  margin-right: 10px;
}
.panel-title > a.collapsed:before {
  content: "\f0da";
}
.panel-title > a {
  text-decoration: none;
}

.btn-submit a{
    color: #fff!important;
}
.padding-top10{
	padding-top: 10px;
}

.video-button {
    width: 100%;
    background: #109be1;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
	margin-bottom: 7px;
	color:#fffddd;
}

.video-button a{
    color: #fff!important;
}
.padding-10{
	padding: 10px!important;
}


.modal-attachments-label {
    font-size: 12px;
    padding-bottom: 5px;
    color: #7189ad;
}

.conversation-header{
    font-size: 11px;
    padding-bottom: 5px;
    color: #7189ad;
}

.conversation-header i{
    padding-right: 5px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: none!important;
}

.card-menu-right{
    left: -38px!important;
}

.modal-lg {
    width: 960px!important;
    border-radius: 5px!important;
}

.inner-modal{
    padding: 15px!important;
    background: #f8f8f8!important;
    border-radius: 5px;
    border: 1px solid #919191;
}

.message-data-modal{
    background: #f6f6f6;
    margin: 5px;
    border-radius: 5px;
    padding: 10px;
	border: 1px solid #dfdfdf;
}

.item-q-modal span{
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    padding-left: 5px;
}

.item-q-modal{
    font-weight: bold;
}

.change-owner-modal {
    font-size: 12px;
    border-radius: 5px;
    font-style: italic;
}

.add-file-modal{
    cursor: pointer;
    font-size: 12px;
    color: #7189ad!important;
    font-style: italic;
}

.file-added-modal {
    cursor: pointer;
    font-size: 11px;
    color: #8d8c8c!important;
    padding-right: 10px;
    color: #989898;
    font-style: italic;
}

.choose-type-modal{
    margin-top: 313px!important;
    margin-right: 172px!important;
}

.chat-input-modal textarea{
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}



.comment-action-modal{
    margin-top: 8px;
}
.notice-item-header {
    padding-right: 8px;
}

.choose-owner-modal{
    margin-top: 375px!important;
    margin-right: 172px!important;
}

.owner{
    color: #535353;
}

.owner span {
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px;
}

.quick-select{
    width: 100%;
    background: #f8f8f8;
    border-radius: 5px;
    border: 0px;
    padding: 5px;
	cursor: pointer;
}

.quick-select-drop{
    width: 100%;
    background: #ccc;
    border-radius: 5px;
    border: 1px solid #f8f8f8!important;
}

.quick-select-container{
     margin-top: 25px; 
    margin-bottom: 20px;
    margin-right: 0px!important;
    margin-left: 0px!important;
}

.select-green{
    background-color: #d8ffe1;
    border-left: 2px solid #29a745;
    padding: 10px;
}

.select-orange{
    background-color: #fee3bc;
    border-left: 2px solid #ff9801;
    padding: 10px;
}

.select-red{
    background-color: #ffd3d3;
    border-left: 2px solid #d73814;
    padding: 10px;
}

.select-green:hover, .select-red:hover, .select-orange:hover {
        background-color: #f5f5f5;
}

.top15{
    margin-top:15px;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #7088ad!important;
    border-color: #7088ad!important;
}

.btn-secondary {
    /*padding: 5px!important;*/
    background-color: #e0e0e0!important;
    border-color: #acabab!important;
    /*margin: 5px!important;*/
}

@media screen and (max-width: 768px){

.total-stars {
    text-align: center!important;    }

}

.starred-item {
    color: #535353;
    padding-right: 5px;
    font-size: 15px;
    cursor: pointer;
	
}

.project-title{
    margin-top: 10px;
    background: #e6e6e6;
    padding: 10px;
    border-radius: 5px;
    border-left: 2px solid #7088ad;
}

.notice-improvement {
    padding: 10px!important;
	
}

#navbarResponsive > ul > li a {
    font-size: 16px!important;
	font-weight: 400;
    color: #535353!important;
}
.bg-light .navbar-brand {
    padding: 6px 15px !important;
}
.dropdown-submenu {
  position: relative;
}

.menu-arow{
    padding:0px !important;
    color:#535353;
}

.btn-submit-request{
    color: #fff!important;
    background-color: #b6b6b6;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.btn-top-add{
    background: /*#b6b6b6*/ #0093dd;
    color: #ffffff!important;
    margin: 5px;
    border-radius: 5px!important;
}

.btn-top-request{
    background: #7088ad;
    color: #fff!important;
    margin: 5px;
    border-radius: 5px!important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2000!important;
}

.review-card{
    border: 1px solid #7189ad;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    margin-top: 10px;
}

.review-title{
   color: #7087ad;
   font-size: 16px; 
}

.new-owner-go-submit{
    font-size: 12px!important;
    padding: .25rem .5rem!important;
    border-radius: 5px!important;
    border: 0px;
    background: #7189ad!important;
    color: #fff!important;
}

.video{
    margin-bottom: 5px!important;
    background: #e9e9e9;
    padding: 6px;
    border-radius: 5px;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto!important;
}


.gallery-wrapper {
  overflow: hidden;
}

.grid-item {
  padding-bottom: 3rem;
}

.sidebar {
  text-align: center;
  padding: 1rem;
  background: red;
  height: 900px;
}

.card-columns {
    -webkit-column-count: 2!important;
    -moz-column-count: 2!important;
    column-count: 2!important;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.card{
    border: 0px !important;
    background: none!important;
}

.progress-bar {
    padding-bottom: 3px;
}

.issue-table-titles{
    font-size:12px;
    text-align:center;

}

.bugs-count{
    color:#fff!important;
    color:#535353!important;
}
.bugs-count i{
    color:#535353!important;
    padding-left: 5px;
}

.improvements-count{   
    color:#535353!important;
}

.improvements-count i{   
    color:#535353!important;
    padding-left: 5px;
}


.feature-title-table{
    color:#7087ad;
    font-size: 14px;
}

.issue-count-table{
    border: 1px solid #ccc;
    border-radius: 5px!important;
    border-collapse: separate;
}

.no-border td{
    border:0px!important;
}

.open-issue-tabele-bg {
    background: #fcf0f0;
}

.deffred-issue-tabele-bg {
    background: #fff2de;
}

.buttom-20{
    margin-bottom: 20px;
}

.progress-bar {
    font-size: 12px!important;
}

.buttom-15{
    margin-bottom: 15px;
}


.form-control {
    display: block;
    width: 100%;
    padding: 8px !important;
    font-size: 14px!important;
    margin-bottom: 15px;
}

.custom-select{
    margin-bottom: 15px;
}

.recurring-items-table{
    font-size:13px;
}

.toggle-handle {
    background: #f8f8f8;
}

.toggle.btn {
    width: 50px!important;
    height: 35px!important;
}

.edit-recurring-modal-title{
    padding-left:20px;
}

label.btn span {

}

label.btn span :hover{
color: #c8c8c8;
}


div[data-toggle="buttons"] label:hover{
    color: #000000!important;
}


label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #3965a1;    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
color: #3965a1;
}

label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #808080;    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #3965a1;    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
color: #3965a1;
}

div[data-toggle="buttons"] label.active{
    color: #3965a1;
}

div[data-toggle="buttons"] label {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 2em;
text-align: left;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: none;
border: 0px solid 
#c8c8c8;
border-radius: 3px;
color: #3965a1;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

div[data-toggle="buttons"] label:hover {
color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
}

/* this hides the default browser inputs - checkbox and radio buttons 
 input {
    overflow: visible;
    display: none;
}*/


.add-issue-header span {
	font-size:18px;
}

.font-size-16 span {
	font-size:16px;
}

.fa-mid-size{
    font-size: 1.3em;
}

.custom-file {
    margin-bottom: 10px!important;
}

.btn-upload {
    color: #fff!important;
    border-radius: 5px!important;
    background-color: #4CAF50;
    width: 100%;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}

.feature_spacer {
	padding: 6px 0 0 6px;
}



.affix-top {
	/* Initial items */
}

.affix {
	top:0px;
	background-color:#fff;
	padding-top:15px;
	position:fixed;
	z-index:40;
	width:100%;
	left:100px;
}

					
@media only screen and (min-width : 991px) {
	.masonry-col-2{
		display: block;

		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		padding: 0 15px;

		width: 100%;
	}
}


@media only screen and (max-width : 990px) {
	.masonry-col-2{
		display: block;

		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		padding: 0 15px;

		width: 100%;
	}
}

.masonry-col-2 .box1{
    width: 100%;
    display: inline-block;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
    padding: 1px;
}

.masonry-col-2 .box1 .review_spacer {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
}

.issue-wrap{
    word-wrap: break-word;
}

table td .review_spacer{
    -ms-word-break: break-word;
    word-break: break-word;
    word-wrap: break-word;
}

 @media only screen and (max-width : 991px) {
	/* .navbar-nav {float: left!important;} */
}

.studies_title {
	margin-bottom:15px;
}

.90percent {
	font-size:90%;
}

.study_table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.study_table td {
	padding:8px;
}

.study_test_review {
	box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
	border-radius: 5px;
	padding: 10px;
	margin-bottom:20px;
}

.study_test_review_red {
	background-color: #ffd3d3;
	border-left: 2px solid #d73814;
}

.study_test_review_orange {
	background-color: #fee3bc;
	border-left: 2px solid #ff9801;
}

.study_test_review_green {
	background-color: #d8ffe1;
	border-left: 2px solid #29a745;
}

.center_align {
	text-align:center;
	width:100%;
}

.grey_top{
	border-top: 1px solid #ddd;
}

#myDIV_study {
	max-width:100%; margin: 15px 0px 10px 0px;
}

.nps_value {
	font-size:200%;
	padding-top:15px;
}

.positive_value {
	color: #29a745;
}

.negative_value {
	color: #d73814;
}
