
body
{
	background-color:#000;
	background-image: url('../../images/BG.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}

a:link
{
	text-decoration: none;
	color: inherit;
}

a:hover
{
	text-decoration: none;
	color: inherit;
}

a:visited
{
	text-decoration: none;
	color: inherit;
}

a:active
{
	text-decoration: none;
	color: inherit;
}
/*------------------------------------------------*/

.Container
{
	width: 90%;
	min-width: 280px;
	margin: 0 auto;
	padding: 0 5%;
}
.loginContainer {
	max-width: 800px;
}

.InnerContainer
{
	width: 90%;
	margin: 5% auto;
	padding: 5%;
	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(255, 255, 255, 0.8);
	overflow: auto;
}

.Title
{
	padding-top: 2.5%;
	padding-Bottom: 2.5%;
}

.Logo
{
	width: 8%;
	padding: 8%;
	margin-right: 2%;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.9);
	background-image: url('../../images/KhuddamLogoFlat.svg');
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	float: left;
}

.MKATitle
{
	width: 82%;
	padding-top: 2%;
	font-size: 4vw;
	line-height: 1.5;
	float: left;
}

.Confirmation
{
	line-height: 2;
}

.PromiseTitle,.PrevYear
{
	font-size: 4.2vw;
}

.Jaza		/* New */
{
	margin-bottom: 8px;
	font-size: 7vw;
}

.AIMSInfoTitle,.PromiseInfo
{
	color: rgba(255, 255, 255, 0.7)
}

.PromiseInfo
{
	margin-bottom: 15px;
}

.PrevPromise
{
	font-size: 20vw;
}

.ConfirmFigures
{
	line-height: 1.5;
}

.Form
{
	width: 170px;

	margin-left: auto;
	margin-right: auto;

	margin-top: 15px;
}

.Top10
{
	margin-top: 15px;
}

.Compare
{
	height: 11px;
	margin-top: 2px;
	color: Grey;
	font-size: 11px;
	text-align: center;
}

.Incorrect
{
	height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: Red;
	font-size: 12px;
	text-align: center;
}

@media only screen and (min-width: 800px)
{
	.InnerContainer
	{
		margin: 3% auto;
	}

	.MKATitle
	{
		font-size: 33px;
	}

	.PromiseTitle,.PrevYear
	{
		font-size: 34px;
	}

	.PrevPromise
	{
		font-size: 160px;
	}

	.Jaza
	{
		font-size: 56px;
	}
}

@media only screen and (max-width: 280px)
{
	.MKATitle
	{
		font-size: 11px;
	}

	.PromiseTitle,.PrevYear
	{
		font-size: 12px;
	}

	.PrevPromise
	{
		font-size: 56px;
	}

	.Jaza
	{
		font-size: 19px;
	}
}

/*------------------------------------------------*/

.TextFields
{
	padding: 7px;
	margin: 0;
	color: white;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1.2;
	background-color: rgba(50,50,50,0);
	border: 1px solid rgba(255, 255, 255, 0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

.select-style
{
    padding: 0;
    margin: 10px auto;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    overflow: hidden;
    background-color: transparent;
    background: transparent url(../../images/DropdownArrow.gif) no-repeat 95% 50%;
}

select
{
    padding: 7px;
    width: 110%;
    border: none;
    background-color: transparent;
    background-image: none;
		color: white;
		font-size: 14px;
		/*
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
		*/
}

select:focus {
    outline: none;
}

.select-style  option
{
	background-color: rgba(0, 0, 0, 0.7);
}

.RedBorder
{
	border: 1px solid rgba(255,0,0,0.5);
}

.SubmitButton
{
	width: 80px;
	height: 14px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
	text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.SubmitButton:hover
{
	border: 1px solid rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
}

.SubmitButton:active
{
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: rgba(255, 255, 255, 0.4);
}
/*------------------------------------------------*/

input:focus,
select:focus,
textarea:focus,
button:focus
{
    outline: none;
}

/*-------------------------------------------------*/
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.hide {
	display: none;
}
select.form-control {
    line-height: 20px !important;
}
.btn-group, .btn-group-vertical {
    display: block !important;
}

.portlet.light {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.btn-group-vertical>.btn, .btn-group>.btn {
    margin-right: 5px;
}
.help-block {
	text-align: left;
}
.ui-widget.ui-widget-content {
	    z-index: 9999;
}
.panel-heading.slim {
	padding: 2px;
}
.panel-heading.slim .panel-title{
	padding: 2px;
	font-size: 12px;
}
.wysihtml5-toolbar .btn {
	padding: 2px 7px;
}
.wysihtml5-toolbar li {
	margin-bottom: 1px !important;
}
.ui-dialog .ui-dialog-titlebar {
	background: none !important;
	border: none !important;
	padding-bottom: 0px !important;
}
.datetimepicker-hours .hour {
	display: block !important;
}
.datetimepicker-minutes .minute {
	display: block !important;
}

.result .alert {
	padding: 5px !important;
}

.ui-dialog .ui-dialog-content {
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}
.ui-dialog .ui-dialog-buttonpane {
	margin-top: 5px !important;
	padding: 0 !important;
}
.dataTables_wrapper {
	/*text-align: left;*/
}
select.form-control, input.form-control {
	/*padding: 0 10px !important;
	height: 25px !important;*/
}
.nav-link .fa{
	font-size: 25px !important;
}
.nav-link a {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

/* Issue Actions */
.issue-actions {
	max-height: 200px;
	overflow-y: scroll;
}
.issue-actions ul{
	list-style: none;
	padding-left: 0;
}
.issue-actions ul li{
	border-bottom: 1px solid #ebebeb;
}

.issue-actions ul li .mt-comment-info {
	font-size: 12px !important;
}

.issue-actions .mt-comment-body {
	padding-left: 0 !important;
	text-align: left;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: inherit !important;
}

.dropdown-notification .dropdown-menu-list.scroller {
	overflow: scroll;
}

.quick-recent-actions {
	height: 500px !important;
	overflow-y: scroll;
}
.recent-tickets .mt-action-buttons .btn{
	font-size: 11px !important;

}
.recent-tickets .mt-action-row{
	border-bottom: 1px solid #cccccc;
	margin: 5px 0;
	padding-bottom: 5px;
}

.date-time-container{
	/*position: absolute;
    margin: 0 auto;
    height: auto;
    z-index: 0;
    text-align: center;*/
		clear: left;
    font-size: 14px;
    font-weight: bold;
    /* margin-top: 20px; */
    /* color: white; */
}

 .navbar-nav>li>a span{
	display: block;
	color: #ffffff;
	 font-size: 12px;
	max-width: 70px;
	word-break: break-word;
}

.navbar-nav>li:hover a span{
	color: #e7e7e7;
}
.btn1 {
	font-size: 14px !important;
}

.text-white {
	color: #ffffff !important;;
}
.ticket-actions ul{
	list-style: none;
}
.ticket-actions ul li{
	text-align: left;
}


@media only screen and (max-device-width: 480px) {
.ui-dialog {
	width: 100% !important;
}
}

ul.dashboard-issues li{
	text-align: left;
  border-bottom: 1px solid #d6d6d6;
	padding: 10px 0;
}

ul.dashboard-issues li .date{
	font-size: 12px;
}

ul.dashboard-issues li:hover{
	cursor: pointer;
	background: #edecec;
	color: #595959;
}

ul.dashboard-issues li:hover .date{
	color: #595959;
}
