@media screen and (min-width: 768px) {
    .widthRecomment{
        width:80%;
    }
    .marrleft{
        margin-left:10px;
    }
    #txtnamePerson{
        Width:80%;
    }
    /* Style Message */
    #gritter-notice-wrapper {
        position: fixed;
        top: 57px;
        right: 31px;
        width: 301px;
        z-index: 9999;
    }

        #gritter-notice-wrapper.top-left {
            left: 20px;
            right: auto;
        }

        #gritter-notice-wrapper.bottom-left {
            top: auto;
            left: auto;
            bottom: 20px;
            right: 20px;
        }

        #gritter-notice-wrapper.bottom-left {
            top: auto;
            right: auto;
            bottom: 20px;
            left: 20px;
        }

    .gritter-item-wrapper {
        position: relative;
        margin: 0 0 10px 0;
        background: url('../images/ie-spacer.gif'); /* ie7/8 fix */
    }

    .gritter-top {
        background: url(../images/gritter.png) no-repeat left -30px;
        height: 10px;
    }

    .hover .gritter-top {
        background-position: right -30px;
    }

    .gritter-bottom {
        background: url(../images/gritter.png) no-repeat left bottom;
        height: 8px;
        margin: 0;
    }

    .hover .gritter-bottom {
        background-position: bottom right;
    }

    .gritter-item {
        display: block;
        background: url(images/gritter.png) no-repeat left -40px;
        color: #eee;
        padding: 2px 8px 8px 11px;
        font-size: 11px;
        text-align: center;
    }

    .hover .gritter-item {
        background-position: right -40px;
    }

    .gritter-item p {
        padding: 0;
        margin: 0;
        word-wrap: break-word;
        text-align: left;
    }

    .gritter-close {
        display: none;
        position: absolute;
        top: 5px;
        left: 3px;
        background: url(../images/gritter.png) no-repeat left top;
        cursor: pointer;
        width: 30px;
        height: 30px;
        text-indent: -9999em;
    }

    .gritter-title {
        font-size: 14px;
        font-weight: bold;
        padding: 0 0 7px 0;
        display: block;
        text-shadow: 1px 1px 0 #000; /* Not supported by IE :( */
    }

    .gritter-image {
        width: 48px;
        height: 48px;
        float: right;
    }

    .gritter-with-image,
    .gritter-without-image {
        padding: 0;
    }

    .gritter-with-image {
        width: 220px;
        float: right;
    }

    .panel {
	
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 0;
    position: relative;
    box-shadow: 0 -1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}
.panel-footer {
  margin: -20px;
  margin-top: 20px;
  background: #f9f9f9;
}
.panel-transparent {
  background: none;
  border: none;
}
.panel-transparent .panel-title {
  background: none;
  border: none;
}
.panel-default > .panel-heading {
  background-color: inherit;
  border-bottom: 0;
  color: #3D464D;
}
.panel-title {
    color: #2A2F43;
    font-size: 2em;
    padding: 16px 20px;
    margin: -20px;
    background: #FFFFFF;
    margin-bottom: 5px;
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    letter-spacing: 1px;	
}
.panel-body,
.panel-heading {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-color: none;
}
.panel-heading {
  background: transparent;
  border-bottom: transparent;
}
.panel .badge {
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  padding: 4px 10px;
  margin-left: 5px;
  font-weight: normal;
}
.panel-footer {
  background: rgba(0, 0, 0, 0.01);
  border-top: 1px solid inherit;
}
.panel-title .badge {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.panel-heading {
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: 300;
}
.panel .list-group {
  margin: -20px;
  margin-top: 20px;
  background: transparent;
}
.panel .list-group li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
  background: transparent;
  border-right: 0;
}
.panel .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 0;
}
/* Panel Tools */
.panel-tools {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  right: 16px;
  top: 13px;
  text-transform: none;
  font-weight: 600;
  font-size: inherit;
  z-index: 1;
}
.panel-tools li {
  display: inline-block;
}
.panel-tools a {
  padding: 3px 8px;
  display: block;
  color: inherit;
  border-radius: 3px;
}
.panel-tools a:hover {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.09);
}
.panel-tools .icon {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  cursor: pointer;
}
.panel-search {
  margin: -20px;
  padding: 15px 20px;
  position: relative;
  color: #333;
  display: none;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-search input {
  background: #fff;
  border-radius: 999px;
  padding-left: 35px;
}
.panel-search input:focus {
  background: #fff;
}
.panel-search .icon {
  position: absolute;
  left: 35px;
  top: 25px;
}
.panel-fullsize {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 9999;
}
}

@media screen and (max-width: 767px) {
    .widthRecomment{
        width:100%;
    }
    #txtnamePerson{
        Width:100%;
    }
    .marrleft{
        width:100%;
    }
    /* Style Message */
        
    .gritter-title {
        font-size: 14px;
        font-weight: bold;
        padding: 0 0 7px 0;
        display: block;
        text-shadow: 1px 1px 0 #000; /* Not supported by IE :( */
    }

    .gritter-image {
        width: 3px;
        height: 38px;
        float: right;
    }

    .gritter-with-image,
    .gritter-without-image {
        padding: 0;
    }

    .gritter-with-image {
        width: 120px;
        float: right;
    }
    .panel {
	
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 0;
    position: relative;
    box-shadow: 0 -1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}
.panel-footer {
  margin: -20px;
  margin-top: 20px;
  background: #f9f9f9;
}
.panel-transparent {
  background: none;
  border: none;
}
.panel-transparent .panel-title {
  background: none;
  border: none;
}
.panel-default > .panel-heading {
  background-color: inherit;
  border-bottom: 0;
  color: #3D464D;
}
.panel-title {
    color: #2A2F43;
    font-size: 2em;
    padding: 16px 20px;
    margin: -20px;
    background: #FFFFFF;
    margin-bottom: 5px;
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    letter-spacing: 1px;	
}
.panel-body,
.panel-heading {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-color: none;
}
.panel-heading {
  background: transparent;
  border-bottom: transparent;
}
.panel .badge {
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  padding: 4px 10px;
  margin-left: 5px;
  font-weight: normal;
}
.panel-footer {
  background: rgba(0, 0, 0, 0.01);
  border-top: 1px solid inherit;
}
.panel-title .badge {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.panel-heading {
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: 300;
}
.panel .list-group {
  margin: -20px;
  margin-top: 20px;
  background: transparent;
}
.panel .list-group li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
  background: transparent;
  border-right: 0;
}
.panel .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 0;
}
/* Panel Tools */
.panel-tools {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  right: 16px;
  top: 13px;
  text-transform: none;
  font-weight: 600;
  font-size: inherit;
  z-index: 1;
}
.panel-tools li {
  display: inline-block;
}
.panel-tools a {
  padding: 3px 8px;
  display: block;
  color: inherit;
  border-radius: 3px;
}
.panel-tools a:hover {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.09);
}
.panel-tools .icon {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  cursor: pointer;
}
.panel-search {
  margin: -20px;
  padding: 15px 20px;
  position: relative;
  color: #333;
  display: none;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-search input {
  background: #fff;
  border-radius: 999px;
  padding-left: 35px;
}
.panel-search input:focus {
  background: #fff;
}
.panel-search .icon {
  position: absolute;
  left: 35px;
  top: 25px;
}
.panel-fullsize {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 9999;
}
}



