﻿/*____________________________________________________________________GENERAL*/
@font-face {
	font-family: 'yekan';
	src: url(../fonts/fonts/web_Yekan.woff);
	src: url(../fonts/fonts/web_Yekan.eot?) format("embedded-opentype"), url(../fonts/fonts/web_Yekan.woff) format("woff"), url(../fonts/fonts/web_Yekan.ttf) format("truetype"), url(../fonts/fonts/web_Yekan.svg) format("svg");
	font-weight: normal;
	font-style: normal
}
@font-face {
    font-family: 'awesome';
    src: url('../fonts/fonts/fontawesome-webfont.eot?#') format('eot'), /* IE6-8 */
    url('../fonts/fonts/fontawesome-webfont.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/fonts/fontawesome-webfont.ttf') format('truetype'); /* Saf3-5, Chrome4+, FF3.5, Opera 10+ */
}
body {

  font-family: yekan,tahoma, sans-serif;

}

.fa {
    font-family: awesome;
}
.fartl{
    padding-left:5px;
}

/*________________________________________Pointer*/
.pointer {
    cursor: pointer;
    color: #505050;
}
.special {
    background:white none repeat scroll 0 0;
    height: 50px;
    position: relative;
    border:0px solid transparent
}
/*_______________________________________منوی بالای صفحه*/
.bluecolor {
    background-color: #00b7ce;
}

.navbar {
    top: 1px !important;
}

.navbar-header {
    background-color: #00b7ce;
}

@media(min-width:768px) {
.navbar-brand > img {
 height: 63px;
    margin-right: 30px;
    margin-top: -7px;
    padding: 5px;
    width: auto;
}
.exitmenu
{
display:none !important;
color:white;
}
    .navbar-collapse {
        background-color: #00b7ce;
    }

    #bs-example-navbar-collapse-1 {
        height: 80px !important;
    }

    .navbar-default {
        height: 80px;
        position: relative;
        top: 0px;
    }

    .navbar-nav {
        color: black !important;
        cursor: pointer;
        font-family: yekan,tahoma,sans-serif
        font-size: 15px;
        font-weight: bold;
        padding-right: 30% !important;
        padding-top: 0;
    }

        .navbar-nav > li:first-child {
            /*border-right: 1px solid white;*/
        }

        .navbar-nav > li {
            /*border-left: 1px solid white;*/
            font-size: 14px;
            height: 50px;
            text-align: center;
            top: -35px;

        }

            .navbar-nav > li > a {
                height: 66px;
            }

                .activefrade1 {
                    height: 66px;
                    background: #00b7ce; /* For browsers that do not support gradients */
                    background: -webkit-linear-gradient(#00b7ce, white); /* For Safari 5.1 to 6.0 */
                    background: -o-linear-gradient(#00b7ce, white); /* For Opera 11.1 to 12.0 */
                    background: -moz-linear-gradient(#00b7ce, white); /* For Firefox 3.6 to 15 */
                    background: linear-gradient(#00b7ce, white); /* Standard syntax */
                }
                 .activefrade{
                    height: 66px;
                    color:white!important;
                    
                }

    .logoinner > img {
        height: 50px;
        position: relative;
        top: -61px;
        width: 100%;
    }

    .leftpart {
        /*border: 1px solid red;*/
        float: left;
        height: 80px;
        position: relative;
        top: -113px;
        width: 350px;
    }

    .exitbtn {
        background-color: #04a1b5;
        border: 1px solid #188983;
        color: white;
        float: left;
        height: 30px;
        left: 20px;
        position: relative;
        top: 20px;
        width: 70px;
    }

        .exitbtn:hover {
            background-color: white;
            border: 1px solid transparent;
            color: #188983;
        }

    .fa-sign-out {
        padding-left: 3px;
        position: relative;
        right: -6px;
    }

    .resume {
        height: 110px;
        left: 0%;
        position: relative;
        top: 40px;
    }

    .personal {
        border: 4px solid #00b7ce;
        border-radius: 21px;
        height: 80px;
        position: relative;
    }

    .textleft {
        font-size: 15px;
        font-weight: bold;
        position: relative;
        right: 90px;
        line-height:17px;
        top: -55px;
    }

    .cyantext {
        color: white;
    }

    .whitetext {
        color: #00b7ce;
    }

    .school {
        float: right;
        font-size: 15px;
        padding-right: 16px;
        position: relative;
        top: -45px;
    }

    .btnnumber {
        background-color: orange;
        border: 1px solid orange;
        border-radius: 14px;
        color: white;
        float: left;
        margin-right: 10px;
        padding-left: 5px;
        text-align: left;
        width: 60px;
    }

    .logotop {
        padding: 13px 40% 13px 13px;
        position: relative;
    }
    .navbar-nav > li > a:hover {
    color:white !important;
}
.footer-logo
{

    width:180px;

}

}

@media(max-width:768px) {

    .navbar-brand > img {
        display: block;
        height: 46px;
        position: relative;
        top: -12px;
    }

    .navbar-nav > li > a:hover {
        cursor: pointer;
        background: #00b7ce; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(-90deg,#00b7ce, white); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(-90deg,#00b7ce, white); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(-90deg,#00b7ce, white); /* For Firefox 3.6 to 15 */
        background: linear-gradient(-90deg,#00b7ce, white); /* Standard syntax */
    }


    .leftpart {
        height: 0;
        position: relative;
        visibility: hidden;
        display:none;
    }

    .exitbtn {
        background-color: #04a1b5;
        border: 1px solid #188983;
        color: white;
        height: 39px;
        position: absolute;
        right: 6px;
        top: -47px;
        width: 97px;
        visibility: hidden;
    }

        .exitbtn:hover {
            background-color: white;
            border: 1px solid transparent;
            color: #188983;
        }

    .fa-sign-out {
        padding-left: 3px;
        position: relative;
        right: -6px;
    }
    .footer-logo
{
    width:80%;
    
}
}

.navbar-toggle {
    background-color: white;
    left: 5%;
}

.navbar-default .navbar-nav > li > a {
    color: black;
}

.logoinner {
    position: relative;
    right: 140px;
    top: 15px;
    float: right;
}
/*.navbar-nav{
    position:relative;
}*/
.resume {
}

.orange {
    color: #fda122 !important;
}

.cyan {
    color: #00b7ce !important;
}

#school {
    color: #0490a2 !important;
}

.cyanborder {
    border: 2px solid #68d2d9;
    border-radius: 40px;
}

.moretext {
    border-radius: 22px;
    height: 130px;
}

.moretext2 {
    border-radius: 22px;
    height: 184px;
}

.fa-circle {
    float: right;
    padding: 10px;
}

.schooltitle {
    font-family: yekan,tahoma;
    font-weight: bold;
    padding-right: 20px;
    position: relative;
    top: -15px;
}

.description {
    color: gray;
    font-family: yekan,tahoma,sans-serif
    font-size: 13px;
    padding: 4px;
    position: relative;
}

.dropup, .dropdown {
    height: 30px;
    position: relative;
}

.title {
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 0 5px;
    position: relative;
    top: 3px;
}

.mySquare {
    border-right: 1px solid #68d2d9;
    float: left;
    font-size: 25px;
    left: 15px;
    padding-right: 10px;
    position: relative;
    top: -30px;
    /*color: #68d2d9;*/
    cursor: pointer;
}

.fa-square-o {
    border-right: 1px solid #68d2d9;
    float: left;
    font-size: 25px;
    left: 15px;
    padding-right: 12px;
    position: relative;
    top: -29px;
    color: #68d2d9 !important;
    cursor: pointer;
}
.submitbtn {
    background-color: #018b98;
    font-family: yekan,tahoma,sans-serif
    font-size: 15px;
    height: 50px;
    margin-top: 30px;
    padding:15px;
    width: 140px;
}

    .submitbtn:hover .submitbtn:focus .submitbtn:active .submitbtn::after {
        background-color: #01717c;
        font-family: yekan,tahoma,sans-serif
        font-size: 15px;
        height: 50px;
        width: 140px;
    }


/*.down {
    background-color: grey;
    border: 1px solid red;
    border-radius: 17px;
    float: left;
    height: 30px;
    left: 0;
    position: relative;
    top: 32px;
    width: 43px;
}*/
.dropsepcial {
    border: 2px solid #68d2d9;
    border-radius: 40px;
    width: 100%;
    color: #0490a2 !important;
    background-color: white;
    height: 34px;
}

    .dropsepcial:hover {
        border: 2px solid #68d2d9;
        border-radius: 40px;
        width: 100%;
        color: #0490a2 !important;
        background-color: white;
    }

    .dropsepcial:focus {
        border: 2px solid #68d2d9;
        border-radius: 40px;
        width: 100%;
        color: #0490a2 !important;
        background-color: white;
    }

    .dropsepcial:active {
        border: 2px solid #68d2d9;
        border-radius: 40px;
        width: 100%;
        color: #0490a2 !important;
        background-color: white;
    }

.caret {
    float: left;
    position: relative;
    top: -12px;
}

.dropsepcial {
    text-align: right;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.activenow {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.unactive{
    color:gray;
}
.active{
    color:#66afe9;
}
.nospin {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.main{
 	margin-top: 70px;
}

.main-login{

 	background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);

}

.main-center{
 	margin-top: 30px;
 	margin: 0 auto;
 	max-width: 330px;
    padding: 40px 40px;

}

.login-button{
	margin-top: 5px;
}

.login-register{
	font-size: 11px;
	text-align: center;
}
.loginLogo
{
    width:100%;
}
.errmsg{
    color:red;
    padding-right: 5px;
}
.tableheader
{
	background-color: #fafafa;
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
	padding-top:10px;
	
}
.radius {
	 border-top-left-radius:0px !important;
	 	 border-top-right-radius:0px !important;
        border: 1px solid #d4d4d4;
        border-radius: 21px;
        position: relative;
		margin: 5px 5px;
		border-top:0px;
    }
.badgeblue
{
	padding:3px 10px;
	background-color: #00b7ce !important;
    color:white !important;
}
.badgeLarge
{
	font-size:14px;
}
    .loadingmodal
    {
        position: fixed;
        z-index: 9999;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color:rgba(0, 0, 0, 0.5);

    }
    .center
    {
        z-index: 1000;
        margin: 100px auto;
        padding: 10px;
        width: 130px;
        text-align:center;
      

    }
    .waitingtext
    {
        color:white;
        padding:3px 15px;;
	background-color: #00b7ce;
    border-radius: 15px;
    }
.ball {
	width: 10px;
	height: 10px;
	margin: 10px auto;
	border-radius: 50px;
    z-index: 1000;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
  
.ball:nth-child(1) {
	background: #ff005d;
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;    
}

.ball:nth-child(2) {
	background: #35ff99;
	-webkit-animation: left 1.1s infinite ease-in-out;
	-moz-animation: left 1.1s infinite ease-in-out;
	animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
	background: #008597;
	-webkit-animation: right 1.05s infinite ease-in-out;
	-moz-animation: right 1.05s infinite ease-in-out;
	animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
	background: #ffcc00;
	-webkit-animation: left 1.15s infinite ease-in-out;
	-moz-animation: left 1.15s infinite ease-in-out;
	animation: left 1.15s infinite ease-in-out;
 }

.ball:nth-child(5) {
	background: #2d3443;  
	-webkit-animation: right 1.1s infinite ease-in-out;
	-moz-animation: right 1.1s infinite ease-in-out;
	animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
	background: #ff7c35;  
	-webkit-animation: left 1.05s infinite ease-in-out;
	-moz-animation: left 1.05s infinite ease-in-out;
	animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
	background: #4d407c;  
	-webkit-animation: right 1s infinite ease-in-out;
	-moz-animation: right 1s infinite ease-in-out;
	animation: right 1s infinite ease-in-out;
}


@-webkit-keyframes right {
	0%   { -webkit-transform: translate(-15px);   }
	50%  { -webkit-transform: translate(15px);    }
	100% { -webkit-transform: translate(-15px);   }
}

@-webkit-keyframes left {
	0%   { -webkit-transform: translate(15px);    }
	50%  { -webkit-transform: translate(-15px);   }
	100% { -webkit-transform: translate(15px);    }
}

@-moz-keyframes right {
	0%   { -moz-transform: translate(-15px);   }
	50%  { -moz-transform: translate(15px);    }
	100% { -moz-transform: translate(-15px);   }
}

@-moz-keyframes left {
	0%   { -moz-transform: translate(15px);    }
	50%  { -moz-transform: translate(-15px);   }
	100% { -moz-transform: translate(15px);    }
}

@keyframes right {
	0%   { transform: translate(-15px);  }
	50%  { transform: translate(15px);   }
	100% { transform: translate(-15px);  }
}

@keyframes left {
	0%   { transform: translate(15px);   }
	50%  { transform: translate(-15px);  }
	100% { transform: translate(15px);   }
}
input:disabled, textarea:disabled ,select:disabled {
    background: #fafafa!important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;

}
.fullpercent{
    background-color: #00b7ce!important;
    color:white!important;
}

.squarephoto
{
    color: #00b7ce;
    margin-right:2px;
}
.squareexam
{
    color: orange;
    margin-right:2px;
}
.panel-heading
{
        background-image: linear-gradient(to bottom, #fff, #f2f2f2)!important;
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
     cursor: pointer;
}
.btn
{
    padding-top:3px;
}
.seprator
{
	
    border-left: 1px solid #d4d4d4;
  
	
}
.mytable-right
{
	
    border-left: 1px solid #d4d4d4;
  
	
}
.mytable
{
	
  padding:0px !important;
  
	
}
.mycheck {
    margin:  2px auto;    
    text-align: center;
    color:green;
    padding: 2px !important;
}
.red{
    color:red !important;
}
.myresponsivetable{
    min-height: 0.01%;    
    margin-top:5px;
    overflow-y: hidden;
    width: 100%;
}
.nomargin
{
    padding:0px !important;
}
.btn-title
{
    margin:2px 10px;
     margin-top: -5px;
}
.centeredtext {
    color: white;
    padding: 3px 15px;
    background-color: #00b7ce;
    border-radius: 15px;
    margin: 20px auto;
    text-align: center;
}