

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 @font-face {
    font-family: RafedFont;
    src: url(../fonts/cairo.ttf);
}
body{
    font-family: RafedFont;
}
<style type="text/css">
    @media print
    {
        body {
            /* styles */
            font-family: RafedFont;
            padding: 20px;
        }
    }
</style>
/*Ladda Buttons*/
.NormalTxt{
    font-family: sans-serif;
    font-size: 15px;
}
.ladda-button {
position:relative
}

.ladda-button .ladda-spinner {
position:absolute;
z-index:2;
display:inline-block;
width:32px;
height:32px;
top:100%;
margin-top:-16px;
opacity:0;
pointer-events:none
}

.ladda-button .ladda-label {
position:relative;
z-index:3
}

.ladda-button .ladda-progress {
position:absolute;
width:0;
height:100%;
left:0;
top:0;
background:rgba(0,0,0,0.2);
visibility:hidden;
opacity:0;
-webkit-transition:.1s linear all!important;
-moz-transition:.1s linear all!important;
-ms-transition:.1s linear all!important;
-o-transition:.1s linear all!important;
transition:.1s linear all!important
}

.ladda-button[data-loading] .ladda-progress {
opacity:1;
visibility:visible
}

.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label {
-webkit-transition:.3s cubic-bezier(0.175,0.885,0.32,1.275) all!important;
-moz-transition:.3s cubic-bezier(0.175,0.885,0.32,1.275) all!important;
-ms-transition:.3s cubic-bezier(0.175,0.885,0.32,1.275) all!important;
-o-transition:.3s cubic-bezier(0.175,0.885,0.32,1.275) all!important;
transition:.3s cubic-bezier(0.175,0.885,0.32,1.275) all!important
}

.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label {
-webkit-transition:.3s ease all!important;
-moz-transition:.3s ease all!important;
-ms-transition:.3s ease all!important;
-o-transition:.3s ease all!important;
transition:.3s ease all!important
}

.ladda-button[data-style=expand-right] .ladda-spinner {
right:14px
}

.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
right:4px
}

.ladda-button[data-style=expand-right][data-loading] {
padding-right:56px
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
opacity:1
}

.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
padding-right:40px
}

.ladda-button[data-style=expand-left] .ladda-spinner {
left:14px
}

.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
left:4px
}

.ladda-button[data-style=expand-left][data-loading] {
padding-left:56px
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
opacity:1
}

.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
padding-left:40px
}

.ladda-button[data-style=expand-up] {
overflow:hidden
}

.ladda-button[data-style=expand-up] .ladda-spinner {
top:-32px;
left:50%;
margin-left:-16px
}

.ladda-button[data-style=expand-up][data-loading] {
padding-top:54px
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
opacity:1;
top:14px;
margin-top:0
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
padding-top:32px
}

.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
top:4px
}

.ladda-button[data-style=expand-down] {
overflow:hidden
}

.ladda-button[data-style=expand-down] .ladda-spinner {
top:62px;
left:50%;
margin-left:-16px
}

.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
top:40px
}

.ladda-button[data-style=expand-down][data-loading] {
padding-bottom:54px
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
opacity:1
}

.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
padding-bottom:32px
}

.ladda-button[data-style=slide-left] {
overflow:hidden
}

.ladda-button[data-style=slide-left] .ladda-label {
position:relative
}

.ladda-button[data-style=slide-left] .ladda-spinner {
left:100%;
margin-left:-16px
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
opacity:0;
left:-100%
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
opacity:1;
left:50%
}

.ladda-button[data-style=slide-right] {
overflow:hidden
}

.ladda-button[data-style=slide-right] .ladda-label {
position:relative
}

.ladda-button[data-style=slide-right] .ladda-spinner {
right:100%;
margin-left:-16px
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
opacity:0;
left:100%
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
opacity:1;
left:50%
}

.ladda-button[data-style=slide-up] {
overflow:hidden
}

.ladda-button[data-style=slide-up] .ladda-label {
position:relative
}

.ladda-button[data-style=slide-up] .ladda-spinner {
left:50%;
margin-left:-16px;
margin-top:1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
opacity:0;
top:-1em
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
opacity:1;
margin-top:-16px
}

.ladda-button[data-style=slide-down] {
overflow:hidden
}

.ladda-button[data-style=slide-down] .ladda-label {
position:relative
}

.ladda-button[data-style=slide-down] .ladda-spinner {
left:50%;
margin-left:-16px;
margin-top:-2em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
opacity:0;
top:1em
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
opacity:1;
margin-top:-16px
}

.ladda-button[data-style=zoom-out] {
overflow:hidden
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
left:50%;
margin-left:-16px;
-webkit-transform:scale(2.5);
-moz-transform:scale(2.5);
-ms-transform:scale(2.5);
-o-transform:scale(2.5);
transform:scale(2.5)
}

.ladda-button[data-style=zoom-out] .ladda-label {
position:relative;
display:inline-block
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
opacity:0;
-webkit-transform:scale(0.5);
-moz-transform:scale(0.5);
-ms-transform:scale(0.5);
-o-transform:scale(0.5);
transform:scale(0.5)
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
opacity:1;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
transform:none
}

.ladda-button[data-style=zoom-in] {
overflow:hidden
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
left:50%;
margin-left:-16px;
-webkit-transform:scale(0.2);
-moz-transform:scale(0.2);
-ms-transform:scale(0.2);
-o-transform:scale(0.2);
transform:scale(0.2)
}

.ladda-button[data-style=zoom-in] .ladda-label {
position:relative;
display:inline-block
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
opacity:0;
-webkit-transform:scale(2.2);
-moz-transform:scale(2.2);
-ms-transform:scale(2.2);
-o-transform:scale(2.2);
transform:scale(2.2)
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
opacity:1;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
-o-transform:none;
transform:none
}

.ladda-button[data-style=contract] {
overflow:hidden;
width:100px
}

.ladda-button[data-style=contract] .ladda-spinner {
left:50%;
margin-left:-16px
}

.ladda-button[data-style=contract][data-loading] {
border-radius:50%;
width:52px
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
opacity:0
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
opacity:1
}

.ladda-button[data-style=contract-overlay] {
overflow:hidden;
width:100px;
box-shadow:0 0 0 3000px rgba(0,0,0,0)
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
left:50%;
margin-left:-16px
}

.ladda-button[data-style=contract-overlay][data-loading] {
border-radius:50%;
width:52px;
box-shadow:0 0 0 3000px rgba(0,0,0,0.8)
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
opacity:0
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
opacity:1
}

/**/
.badgebox
{
    opacity: 0;
}

.badgebox + .badge
{
    /* Move the check mark away when unchecked */
    text-indent: -999999px;
    /* Makes the badge's width stay the same checked and unchecked */
	width: 27px;
}

.badgebox:focus + .badge
{
    /* Set something to make the badge looks focused */
    /* This really depends on the application, in my case it was: */
    
    /* Adding a light border */
    box-shadow: inset 0px 0px 5px;
    /* Taking the difference out of the padding */
}

.badgebox:checked + .badge
{
    /* Move the check mark back when checked */
	text-indent: 0;
}
.label-as-badge {
    border-radius: 1em;
}

/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: auto;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
/*
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
*/
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red,
.callout.callout-danger,
/*
.alert-danger,
.alert-error,
*/
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
/*.alert-warning,*/
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
/*.alert-info,*/
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
/*.alert-success,*/
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}
.link-black {
  color: #666;
}
.link-black:hover,
.link-black:focus {
  color: #999;
}

/*COUNTDOWN*/
/* jQuery Countdown styles 2.0.0. */

.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

/*CHAT*/
*, *:before, *:after {
  box-sizing: border-box;
}
.chat .chat-history {
  padding: 10px 10px 10px;
  border-bottom: 2px solid white;
}
.chat .chat-history .message-data {
  margin-bottom: 15px;
}
.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.chat .chat-history .message {
  color: white;
  padding: 10px 15px;
  line-height: 26px;
  font-size: 13px;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 90%;
  position: relative;
}
.chat .chat-history .message:after {
content: "";
    position: absolute;
    top: -15px;
    left: 20px;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: #CCDBDC transparent;
    display: block;
    width: 0;
}
.chat .chat-history .you-message {
  background: #CCDBDC;
  color:#003366;
}
.chat .chat-history .me-message {
  background: #275B89;
}
.chat .chat-history .me-message:after {
  border-color: #275B89 transparent;
    right: 20px;
    top: -15px;
    left: auto;
    bottom:auto;
}
.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;
}

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

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

.float-right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.youNote {
  color: #CCDBDC;
}

.myNote {
  color: #275B89;
}


