/* app css stylesheet */

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

.grid-item {
  float: left;
  width: 15%;
  height: 15%;
  border: 2px solid hsla(0, 0%, 0%, 0);
}

.glyphicon {
    font-size: 50px;
}

.report-grid {
  height: 150px;
}

.spacer25px { margin-top: 25px; }
.spacer5px { margin-top: 5px; }

.spacer-left-right-5px {
  margin-left: 5px;
  margin-right: 5px;
}

.error {
    color:red;
}

.right-login-form {
  margin-top: 5px;
  color:white;
}

.left-login-form {
  margin-top: 5px;
  color:white;
}


.panel-transparent {
    background: none;
}

.panel-transparent .panel-body{
    background: rgba(46, 10, 10, 0.1);
}

.login-bgimg {
    margin-top: 50px;
}

.banner-img {
  height: 180px;
  width: 84%;
}
.padding {
   padding-left:8%;
 }

.btn-signin {
  width: 49%;
 }

.right-align {
  float:right;
 }

.glyphicon-size-80 {
    font-size: 80%;
}

.glyphicon-size {
    font-size: 200%;
}

.glyphicon-size-300 {
    font-size: 300%;
}

.glyphicon-refresh-size {
    font-size: 110%;
}

.glyphicon-small-row {
  font-size: 120%;
}

.main-menu-icon {
    font-size: 130%;
}

.dir-rtl{
    direction: rtl;
}

.dir-ltr{
    direction: ltr;
}

.thumb {
    width: 100px;
    height: 100px;
    float: none;
    position: relative;
    top: 7px;
}

.remove-icon {
  color: red;
}
/* change color of loading bar */
#loading-bar .bar {
  background: #ff6600;
}

#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #ff6600 1px 0 6px 1px;
  -ms-box-shadow: #ff6600 1px 0 6px 1px;
  -webkit-box-shadow: #ff6600 1px 0 6px 1px;
  box-shadow: #ff6600 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;

  border:  solid 2px transparent;
  border-top-color:  #ff6600;
  border-left-color: #ff6600;
  border-radius: 50%;

  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

.dropdown:hover .dropdown-menu {
display: block;
}
/* space between bootstarp navbar buttons */
.btn{
margin-left:10px;
}

#reportPlayer { width: 200px; }

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: rgb(245, 245, 240);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* disable carousel slides bullet pagination */
.carousel-indicators li { visibility: hidden; }

/* for disable links */
.disabled {
  cursor: not-allowed;
}

/* disable number field spinners */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* notifyBar */
/*.ng-invalid { border: 1px solid red; }*/
.notifyBody { }
.notification-bar { position:fixed; bottom:2em; right:2em; width:20em; z-index: 1000;}
.notification-message {
    min-height: 1.5em;
    margin-top:3px;
    opacity:0;
    width:100%;
    text-align:center;
    color:white;
    border: solid 1px transparent;
    -webkit-transition:opacity 1s ease-in-out;
    -moz-transition:opacity 1s ease-in-out;
    -o-transition:opacity 1s ease-in-out;
    transition:opacity 1s ease-in-out;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    padding:3px;
}
.notification-message.show { opacity:1; }
.notification-message.info { background-color:#66ccff; }
.notification-message.error { background-color:#e60000; }
.notification-message.warn { background-color:#ffbf00;color:black; }
.notification-message > a {float:right; color:white;}
.notification-message > div { font-size:small; }
.notification-message:hover { border: solid 1px white; }

.badge-notify{
   background:red;
   position:relative;
   top: -15px;
   left: -10px;
}

.main-view-top-margin{
  padding-top: 55px;
}

.main-view-top-margin-login {
  padding-top: 40px;
}

.main-view-top-margin-login {
  padding-top: 40px;
}

.nopadding-lr {
   padding-left: 0 !important;
   padding-right: 0 !important;
   margin-left: 0 !important;
   margin-right: 0 !important;
}

.nopadding-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.labels {
  font-size: 100%;
}

.report-frame {
    margin: auto;
    height: 400px;
    width: 100%;
}

.login-input-top {
   background-size: 100% 100%;
   background-repeat:no-repeat;
}

.login-input-bottom {
   background-size: 100% 100%;
   background-repeat:no-repeat;
}

.padding-20-percent-top {
   padding-top:20%;
}

.padding-15-percent-top {
   padding-top:15%;
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .intro {
        padding-right: 45%;
        padding-top: 135%;
    }
}

@media only screen and (min-width : 480px) and (max-width : 768px) {
    .intro {
        padding-right: 45%;
        padding-top: 105%;
    }
}

@media only screen and (min-width : 768px){
    .intro {
        padding-right: 10%;
        padding-top: 20%;
    }
}

.padding-27-percent-top {
   padding-top:27%;
}

.padding-20-px-right {
   padding-right:50px;
}

.spacer10px { margin-top: 10px; }
.spacer25px { margin-top: 25px; }

.footer-version {
    position: fixed;
    bottom: 0;
    right:0;
}

#archiveLeftPanel li > a {padding: 1px !important;}

#topNav li > a {padding-top: 5px !important;padding-bottom: 5px !important;padding-left: 10px !important;padding-right: 10px !important}

#archiveLeftCol {width:4% !important}

/*#archiveStudyCol {width:66% !important}

#archiveSeriesCol {width:30% !important}*/

.panel-heading {height: 20px !important;padding-top:0px !important;}

.panel-body {padding:5px !important;}

.container-fluid {padding:5px !important;}

#archAccordion {padding-left:10px !important; padding-right:10px !important;}

#archiveLeftBrand {padding-bottom:10px !important; padding-top:0px !important;}

#hospital-name {
    text-align: center;
    font-size: 130%;
    color: #021c1e;
    font-weight: bolder;
    font-family: Vazir, Shabnam, tahoma;
    text-transform: capitalize;
    margin-top: 1em;
    padding-bottom: 10px;
}

.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
 background-color:white;
   border-bottom: solid 1px #d4d4d4;
  }


.ui-grid-selection-row-header-buttons {
 cursor: pointer;
  opacity: 1;
}

[ui-grid="patientGridOptions"] {
    z-index: 2;
}


#archiveStudyCol > .ui-grid {
    height: 72vh !important;
}

.green {
  background-color: #42df42;
  color: #42df42;/*42df42*/
}

.orange{
    background-color: #ee9c03;
    color: #ee9c03;
}

.purple{
    background-color: blue;
    color: blue;
}

.pink{
    background-color: deeppink;
    color: deeppink;
}

#report-panel select{
    width:30%;
}
#report-panel textarea{
    width: 100%;
    height: 100px;
}
#report-panel input{
    width: 100%;
}
#report-panel select{
    width: 100%;
}
@media print {
    .hidden-print {
        display: none !important;
    }
}

.lightgray-background {
    background-color: lightgray;
}

/*-- Vazir --*/
@font-face {
    font-family: Vazir;
    src: url('./fonts/Vazir.eot');
    src: url('./fonts/Vazir.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Vazir.woff2') format('woff2'),
    url('./fonts/Vazir.woff') format('woff'),
    url('./fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir;
    src: url('./fonts/Vazir-Bold.eot');
    src: url('./fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Vazir-Bold.woff2') format('woff2'),
    url('./fonts/Vazir-Bold.woff') format('woff'),
    url('./fonts/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Vazir;
    src: url('./fonts/Vazir-Light.eot');
    src: url('./fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Vazir-Light.woff2') format('woff2'),
    url('./fonts/Vazir-Light.woff') format('woff'),
    url('./fonts/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Vazir;
    src: url('./fonts/Vazir-Medium.eot');
    src: url('./fonts/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Vazir-Medium.woff2') format('woff2'),
    url('./fonts/Vazir-Medium.woff') format('woff'),
    url('./fonts/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Vazir;
    src: url('./fonts/Vazir-Thin.eot');
    src: url('./fonts/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Vazir-Thin.woff2') format('woff2'),
    url('./fonts/Vazir-Thin.woff') format('woff'),
    url('./fonts/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
}
/*-- Shabnam --*/
@font-face {
    font-family: Shabnam;
    src: url('./fonts/Shabnam.eot');
    src: url('./fonts/Shabnam.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Shabnam.woff') format('woff'),
    url('./fonts/Shabnam.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Shabnam;
    src: url('./fonts/Shabnam-Bold.eot');
    src: url('./fonts/Shabnam-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Shabnam-Bold.woff') format('woff'),
    url('./fonts/Shabnam-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Shabnam;
    src: url('./fonts/Shabnam-Light.eot');
    src: url('./fonts/Shabnam-Light.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Shabnam-Light.woff') format('woff'),
    url('./fonts/Shabnam-Light.ttf') format('truetype');
    font-weight: 300;
}
.f-vazir{
    font-family: Vazir !important;
}
.f-shabnam{
    font-family: Shabnam !important;
}

/*CKEditor*/
.columns {
			background: #fff;
			padding: 20px;
			border: 1px solid #E7E7E7;
		}
		.columns:after {
			content: "";
			clear: both;
			display: block;
		}
		.columns > .editor {
			float: left;
			width: 80%;
			position: relative;
			z-index: 1;
		}
		.columns > .contacts {
			float: right;
			width: 20%;
			box-sizing: border-box;
			padding: 0 0 0 20px;
		}
		#contactList {
			list-style-type: none;
			margin: 0 !important;
			padding: 0;
		}
		#contactList li {
			background: #FAFAFA;
			margin-bottom: 1px;
			height: 56px;
			line-height: 56px;
			cursor: pointer;
		}
		#contactList li:nth-child(2n) {
			background: #F3F3F3;
		}
		#contactList li:hover {
			background: #FFFDE3;
			border-left: 5px solid #DCDAC1;
			margin-left: -5px;
		}
		.contact {
			padding: 0 10px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.contact .u-photo {
			display: inline-block;
			vertical-align: middle;
			margin-right: 10px;
		}
		#editor1 .h-card {
			background: #FFFDE3;
			padding: 3px 6px;
			border-bottom: 1px dashed #ccc;
		}
		#editor1 {
			border: 1px solid #E7E7E7;
			padding: 0 20px;
			background: #fff;
			position: relative;
            height: 400px;
		}
		#editor1 .h-card .p-tel {
			font-style: italic;
		}
		#editor1 h1 {
			text-align: center;
		}
		#editor1 hr {
			border-style: dotted;
			border-color: #DCDCDC;
			border-width: 1px 0 0;
		}

        .used-data-item{
            border: 1px solid blue;
        }
