
@font-face {
font-family: 'samim';
src: url('../fonts/samim.eot');
src: url('../fonts/samim.eot?#iefix') format('embedded-opentype'),
url('../fonts/samim.woff') format('woff'),
url('../fonts/samim.ttf') format('truetype');
font-weight: normal;
}

html , body{
	font-family: 'samim', 'Open Sans', sans-serif;
}
.jumbotron{
	margin-top: 100px;
    background-color: #f5f5f5;

}
.alert{
    animation: fadeInDown .5s 1;
}
.dropdown-menu{
	text-align: right;
}
.navbar-right:last-child{
	margin-right: auto;
	margin-left: 0;
	
}
.modal-footer{
	text-align: left;
}
.ltr{
	direction: ltr;
}
.rtl{
	direction: rtl;
}
.required{
	color: red;
}


.animlable:hover{
cursor: default;
}
.colorbox{
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
.green{
	color: #00cf92;
}
.red{
	color: #d3004f;
}
.openlink{
	background-color: red;
	border-radius: 5px;
}
.tablehead{
	background-color: #428bca !important;
	color: white;

}
.tablehead a{
	color: white ;
}
.table{
	margin-bottom: 60px;
	max-width: 2000px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	color: #007bb6;
}


nav a {
	outline: none;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
}
nav a:hover,
nav a:focus {
	outline: none;
}
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}


.cl-effect-1 a::before {
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}


@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    

  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}



.navbar-nav > li > .dropdown-menu{
    animation:fadeInDown .1s ease 1;
}


/*---------------------------------------------------*/
.logo{
/*	width: 10em;
	height: 10em;*/
	background-size: cover;
	border: 2px solid white;
	border-radius: 5px;
	background-color: #ebebeb;
	box-shadow: 1px 1px 5px  #d4d4d4;
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
	float: right;

}
.listcontainer{
	background-color: white;
	border: 1px solid lightgray;
	border-radius: 5px;
	height: 200px;
	overflow-y: scroll;

}
.nav-tabs > li{
	float: right;
}
.hidden-object{
	visibility: hidden;
}
.done{
	color: #b1b1b1;
}
.graybg{
	background-color: #fafafa;
	border-radius: 0;
}
.drfdesc:focus{
	background-color:white;
}
.indexframe1{
	border-right:7px solid #ff6816 ;
	background-color: #428bca;
	color: white;
}
.indexframe1ins{
	border-right:7px solid #585858 ;
	background-color: #cccccc;
	color: black;
}
.indexframe2{
	border-right:7px solid #007bb6 ;
	color: white;
}
.s2x{
	font-size: 1.3em;
	color: #111111;
}
.glyphicon-triangle-top , .glyphicon-triangle-bottom{
	color:white;
}
.path{
	border-right:7px solid #ff6816 ;
	color: #007bb6;
}
a.dropdown-toggle{
	float: right;
}
.flleft{
	float: left;
}
.flright{
	float: right;
}
.alertindex{
	border-right:7px solid #ff6816 ;
}
.dpnone{
	display: none;
}
.indexFrameHeader{
	background-color: white;
	margin-right: -15px;
	margin-left: -15px;
	display: block;
	padding-right:10px;
	font-size: 1.2em;
	color: grey;
	/*border-left: 7px solid #007bb6;*/
	/*text-align: center;*/
	/*border-radius: 100px 0 0 0;*/
}
@media (min-width: 200px) and (max-width: 768px) {
   .cflnone {
       float: none !important;
   }
   .csnone{
   	display: none !important;
   }

}
@media (min-width: 768px) and (max-width: 3000px) {
   
   .cnone{
   	display: none !important;
   }
   .cflleft{
   	float: left !important;
   }

}
.loginPage{
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100vh;
background-image: url(../../../images/1818.jpg);
background-color: red;
color: red;
}