﻿/* Fouad*/
.ViewHeader
{
  padding:10px;
  background-color:#E9ECEF;
}
.CustomContainer
{
  margin-left: 5%; margin-right: 5%;
}
.ImgPreview
{
  max-height:400px;
}
.Preview-PublishDate
{
  color:rgb(153, 153, 153);
}
.PreviewTitle
{
  color:#4D0535;
  font-weight:bold;
}


/*Custom Scroll*/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7D084D;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #7D084D;
}

.btn_cyan
{
  background-color: rgb(158, 31, 99);
  color: rgb(255, 255, 255);
  background-color: rgb(158, 31, 99);
  color: rgb(255, 255, 255);
}

.btn_cyan:hover, .btn_cyan:focus
{
  color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  box-shadow: none;
}

/* Fouad*/

/*Mohamed Essam*/
/*
.UIPagination{
  margin: auto;
}
.UIPagination > tbody > tr > td:nth-child(3) {
    display: none;
}

#_StandardPaging_PageIndex{
  margin-bottom: 0rem !important; 
}

#_StandardPaging_PageIndex:focus{
  border-color: #cc147f;
  box-shadow: 0 0px 0px rgb(0, 0, 0) inset, 0 0 8px rgb(204, 20, 127);
  outline: 0 none;
}

.UIPagination > tbody > tr > td:nth-child(2) > a{
  color: #8A0554 !important;
}

.UIPagination > tbody > tr > td:nth-child(5) > a{
  color: #8A0554 !important;
}
*/
.UIPagination{
  margin: auto;
}
.UIPagination > tbody > tr > td:nth-child(1)
{
  color: rgb(179, 179, 179) !important;
}
.UIPagination > tbody > tr > td:nth-child(2), .UIPagination > tbody > tr > td:nth-child(5)
{
  color: rgb(179, 179, 179) !important;
}

.UIPagination > tbody > tr > td:nth-child(2) > a
{
  color:  #8A0554 !important;
}

.UIPagination > tbody > tr > td:nth-child(3)
{
  display: none;
}
.UIPagination > tbody > tr > td:nth-child(4)
{
}
.UIPagination > tbody > tr > td:nth-child(5) > a
{
  color: #8A0554 !important;
}

#_StandardPaging_PageIndex:focus{
  border-color: #cc147f;
  box-shadow: 0 0px 0px rgb(0, 0, 0) inset, 0 0 8px rgb(204, 20, 127);
  outline: 0 none;
}

.social h3{
  color: White;
}

.other-sites h4{
  color: #e83e8c;
}
/*Mohamed Essam*/

/*News Tab */
.news-tab a
{
  color:#000
  }
.news-tab a:hover
{
  text-decoration:none;
}