@import url('font-awesome.min.css');
@import url('font.css');

p {
    text-align:justify;
}

body{
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	background-color: #f9f9f9;
}
.ui-body-c, .ui-body-c input, .ui-body-c select, .ui-body-c textarea, .ui-body-c button{
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
*a{
	color: none;
}
a, a:hover{
	text-decoration: none;
	transition: all 200ms ease 0s;	
}
b, strong,.table thead > tr > th,label{
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
	font-weight: normal !important;
}
.ui-mobile [data-role="page"], .ui-page{
	min-height: 100% !important;
	width:100% !important;
}
.ui-body-c .ui-link{
	font-weight: normal !important;
	color: #666;
}
.header-top{
	background-color: #ffffff;
	margin-bottom: 10px;
	min-height: 20px;
	display: table;
	width: 100%;
	padding-bottom: 5px;
}

.dropdown-fixed {
    line-height:20px !important;
}


.header-top a{
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: #5f6f81;
	text-decoration: none;
	cursor: pointer;
}
.row-1
{
    margin-left: 15px;
    margin-right: 15px;
}
.brand{
	display: inline-block;
	float: left;
}
.profile{
	margin-right: 4px;
	float: right;	
}
.tab-content{
	margin-top: 10px;
}
#gn-menu{
	z-index:999;
}
.block{
	padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 7px;
    padding-top: 5px;
}
.block.shadow{
	    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 30px rgba(0, 0, 0, 0.08) inset;
}
.del-me{
	height: 400px;
	border: 1px solid #D8D8D8;
}
.color-one{
	background-color: #fff;
}
.color-two{
	background-color: #fff;
}
.color-three{
	background-color: #fff;
}
.tab1-fixer{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#myTab{
	padding: 0px 10px;
}

#tab1 .row{
	margin: 0;
}
.ui-icon .ui-icon-loading{
	display: none!important;
}
.resize-fix{
	resize: none;
}
.logo{
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-position: 0 0;
    background-size: auto auto;
    height: 95px;
    width: 215px;
}
div.header-top span.logo{
	background-size: 174px 68px;
	height: 52px;
	display: block;
	margin-top: -13px;
}
/*******************margin*******************/

/********************************* for input block **********************************/

#Content_AnswerInput label
{
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    cursor: pointer;
    display: table;
    padding: 0.2em;
    width: 100%;
}


/************************************for input block div ends **************************************************/
/**************************************************/


/*******************padding*******************/
.pa8t
{
    padding-top: 8px;
}



/**************************************************/

/***************************************************** Project Index ************************************************************/
ul#selectablePGroup li {
        padding:3px 5px;
        margin-bottom: 3px;
        border: 1px solid #dedede;
        cursor: pointer;
        white-space:nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
ul#selectablePGroup li.active,  ul#selectablePGroup li:hover
{
    border-left: 4px solid #5BC0DE;
    font-family: open_sansbold, Arial, Helvetica, sans-serif;
    background-color: transparent;
}
span
{
    font-family: pen_sansregular, Arial, Helvetica, sans-serif;
}
ul.project-exam li div
{
    border: none;
    height: auto;
    line-height: inherit;
}
    ul.project-exam li:not(:first-child)
    {
        border: 1px solid #dedede;
    }
/********************************************************Index Page***********************************************/
body[class="gg"]{
	background-color: #fff !important;
}
/*************************************************Login Form ******************************************************/

.form-1 {
    /* Size & position */
    width: 300px;
    margin: 60px auto 30px;
    padding: 10px;
    position: relative; /* For the submit button positioning */

    /* Styles */
    box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
    border-radius: 5px;
    background: white; /* Fallback */
    background: -moz-linear-gradient(#eeefef, #ffffff 10%);
    background: -ms-linear-gradient(#eeefef, #ffffff 10%);
    background: -o-linear-gradient(#eeefef, #ffffff 10%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeefef), color-stop(0.1, #ffffff));
    background: -webkit-linear-gradient(#eeefef, #ffffff 10%);
    background: linear-gradient(#eeefef, #ffffff 10%);
}

.form-1 .field {
    position: relative; /* For the icon positioning */
}

.form-1 .field i {
    /* Size and position */
    left: 0px;
    top: 0px;
    position: absolute;
    height: 36px;
    width: 36px;

    /* Line */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);

    /* Styles */
    color: #777777;
    text-align: center;
    line-height: 42px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
}

.form-1 input[type=text],
.form-1 input[type=password] {
    font-family: open_sanslight, Arial, Helvetica, sans-serif;;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    /* Size and position */
    width: 100%;
    padding: 10px 18px 10px 45px;

    /* Styles */
    border: none; /* Remove the default border */
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #f9f9f9;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.form-1 input[type=text] {
    margin-bottom: 10px;
}

.form-1 input[type=text]:hover ~ i,
.form-1 input[type=password]:hover ~ i {
    color: #52cfeb;
}

.form-1 input[type=text]:focus ~ i,
.form-1 input[type=password]:focus ~ i {
    color: #42A2BC;
}

.form-1 input[type=text]:focus,
.form-1 input[type=password]:focus,
.form-1 a[type=submit]:focus {
    outline: none;
}

.form-1 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 17px;
    right: -25px;
    padding: 10px;
    z-index: 2;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}

.form-1 .submit:after {
    /* Size and position */
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -2px;
    left: 30px;

    /* Styles */
    background: #ffffff;
    
    /* Other masks trick */
    box-shadow: 0 62px white, -32px 31px white;
}

.form-1 a {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.4em;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: #52cfeb; /* Fallback */
    background: -moz-linear-gradient(#52cfeb, #42A2BC);
    background: -ms-linear-gradient(#52cfeb, #42A2BC);
    background: -o-linear-gradient(#52cfeb, #42A2BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#52cfeb), to(#42A2BC));
    background: -webkit-linear-gradient(#52cfeb, #42A2BC);
    background: linear-gradient(#52cfeb, #42A2BC);
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);

    cursor: pointer;
}

.form-1 a:hover,
.form-1 a[type=submit]:focus {
    background: #52cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-1 a:active {
    background: #42A2BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}

/****************************************************** Header **************************************/
div.header div.setting{
	float: right;
	display: inline-block;
}

.icon-fix-header{
	padding: 8px;
}
div.header-top span.circle-it:hover{
	background-color: #fff;
}
.cleared{
	clear: both !important;
}
div.header-top span.circle-it{
	margin-top: 2px;
}
.heighter{
	background-color: rgba(255,255,255,0.8);
	border-bottom: 1px solid #dedede;
	height: 37px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/****************************************************gn-menu ******************************************************/
ul.gn-menu a{
	padding-left: 14px;
	padding-right: 14px;
	font-family:  open_sansregular, Arial, Helvetica, sans-serif;
	font-weight: 300 !important;
	font-size: 14px;
}
ul.gn-menu li:hover{
	transition-duration: all 200ms ease 0s;
}
ul.gn-menu li:hover a{
	color: #269abc !important;
	transition-duration: all 200ms ease 0s;
	text-shadow: none;
}
ul.gn-menu li.gn-title{
	height: 44px;
	line-height: 44px;
	background-color: #bba;
}
ul.gn-menu li.gn-title a{
	color: #fff !important;
	text-shadow: none;
	padding-left: 18px;
	line-height: 55px;
}
/* name should be changed */
.circle-it{
	border-radius: 4px;
	border: 1px solid #dedede;
	display: block;
	margin-right: 10px;	
}
ul.gn-menu li:hover span.circle-it{
	border: 4px #269abc solid;
	background-color: #FFF;
}
.icon-fix{
	padding: 8px;
	text-align: center;
}
.gn-menu-main > li:hover{
	border-bottom: 2px solid #2489CE;
}

/**************************************CSS for Span Box*************************************************************/
.title{
	height: 35px;
	min-height: 35px;
	line-height: 35px;
	color: #fff;
	background-color: #5BC0DE;
}
    .title > h4
    {
		font-family: open_sansregular, Arial, Helvetica, sans-serif;
        float: left;
        font-size: 14px;
        line-height: 12px;
        margin: 0px;
        padding: 12px 11px 10px 15px;
		text-shadow:none;
    }
.box-content
{
    padding: 15px 15px 0px 15px;
}
.box-content.height{
	height: 400px;
}
.box-content ul
{
    padding:0px;
	list-style: none;
}
/*.box-content li{
	border: 1px solid #dedede;
	margin-bottom: 3px!important;
	min-height: 30px;
	line-height: 30px;
}*/

.box-content ul div {
    border:1px solid #dedede;
    margin-bottom:3px !important;
    height:30px;
    line-height:30px;
    text-overflow:ellipsis;
    overflow:hidden;
}

ul#content_projectContent div.box-content li a{
	text-overflow: ellipsis;
	white-space: nowrap;		
	display: block;
	overflow: hidden;
}


/*.box-content li:hover,.box-content li:active{
	background-color: #1ABDE7;
	color: #fff;
}*/
.box-content li a{
	height: 100%;
	width: 100%;
	display: block;
	text-decoration: none !important;
	padding-left: 10px;
}
/*.box-content li a:hover{
	color: #fff;
	display: block;
}*/
/*****************************************Index page css********************************************************************/


ul#content-project-group-list > li
{
    list-style: none;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.03);
    /*background-color: rgba(23, 23, 122, 0.2);*/
    padding: 5px;
    width:100%;
    margin: 1px;
    cursor: pointer;
} 

ul#content-project-group-list > li:hover
{
   background-color: #1ABDE7;
   transition-delay: 0.005s;
} 
ul#content-project-group-list > li > a
{
  text-decoration: none;
} 

ul#content-project-group-list > li :hover
{
  color: #fff !important;
} 
ul#content-project-group-list > li.selected-li a:hover{
	color: #fff !important;
}
.box-fixed{
	height: auto;
}
.box-fixed-4{
	min-height: 400px;
	height: auto;
	border:1px solid #D8D8D8;
}



/************************************** menu page css ******************************************/
.hu-mg{
	margin-top: 100px;
}
.rt-st-mg{
	margin-left: 67px !important;
}
.sp-mg{
	margin-top: 40px;
}
.mi-mg{
	margin-top:20px;
}
.st-mg{
	margin-top: 15px;
}
.sm-mg{
	margin-top: 10px;
}
.sp-b-mg{
	margin-bottom: 40px;
}
.mi-b-mg{
	margin-bottom: 20px;
}
.sm-b-mg{
	margin-bottom: 10px;
}
.rt-mg-1{
	margin-right: 5px;
	float: left;
}
.img-res-fix{
	width: 50%;
	margin: 0 auto;
}
.search-panel{
height: 40px;
border-bottom-width: 5px;
border-top-width: 5px;
margin-top: -4px !important;
}
.btn-fix{
	color:#fff !important; text-shadow: none; font-weight:300; 
}
.btn-fix-g{
	color:#777 !important; text-shadow: none; font-weight:300; 
}
.btn-lg{
	padding-left: 10px;
	padding-right: 10px;
}
div#content-recommended-subject ul li:hover,div#content-recommended-subject ul li:hover a{
	background-color: #269abc;
	color: #fff;
	text-shadow: none;
}
div#content-recommended-subject ul li.active,div#content-recommended-subject ul li.active a{
	background-color: #269abc; 	
	color: #fff;
	text-shadow: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
div#content-recommended-subject ul li a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
/************************************* menu page css / panel *************************************/
ul.list-view{
	margin: -15px;
	padding: 0px !important;
}
ul.list-view li{
	list-style:none;
	padding: 5px;
}
ul.list-view li.close-btn{
	background-color: #fff;
}
ul.list-view li.select-sub{
	background-color: #fff;
	padding-bottom: 20px !important;
}
li.select-sub div.ui-select{
	margin-top: 10px;
}
ul.breadcrumb-list{
	padding-left: 0px;
	margin-bottom: 0px;
}
    ul.breadcrumb-list li:first-child
    {
        margin-left: 5px;
    }
/************************************** MENU PAGE CSS / MAIN CONTENT *****************************/
div#content_projectInfo div.project-list{
	display: inline-block;
	padding: 15px 5px 5px 1px;
	border: 1px solid #dedede;
	margin-bottom: 3px !important;
	height: auto;
	width: 100%;
}
div#review-exam{
	display: block;
	float: right;
/*	margin-top: 20px;
*/}
.more-details{
	font-size: 9px;
	color: #237DAC;
}
div#content_projectInfo div.enrollment-type{
	display: table;
	font-size: 10px;
	color: #fff;
	padding: 4px 10px;
	background-color: #999999;
}


div#content_projectInfo div.project-name{
	display: inline-block;
	float: left;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	border: 1px solid #dedede;
}
/*********************************************** color *************************************************/
.white{
	background-color: #fff !important;
    display: table;
    width: 100% !important;
}
.white-low
{
    background-color: #fdfdfd !important;
}
.sky-low
{
    background-color: #E5E8EF;
}
.gray-light{
	background-color: rgba(251,251,251,1);
    display: table;
    width: 100% !important;
}
.crimson{
	background-color: #A20025;
}
.green-t{
	color: #60A917;
}

/******************************************** Exam-review.html *****************************************/

div#project-info{
	text-align: center;
	font-size:18px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#verticalTab{
	clear: both;
}

 _review div.resp-tabs-list{
	width:18%;	
}

ul#exam-module li{
	background-color: #fff;
	padding-left: 10px;
	overflow: hidden;
	cursor: pointer;
}
ul#exam-module li:hover{
	background-color: #269abc;
	text-shadow: none;
	color: #fff;
}
ol.question-paper{
	border: none !important;	
}
/* _review div.box-content {
	background-color: #fff;
}*/
ol.question-paper li{
	border: none !important;
	height: auto !important;
	font-weight: normal !important;
}
li.this-question{
	font-family: open_sansbold, Arial, Helvetica, sans-serif;font-weight: normal !important;
}
li.this-question > ol > li{
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
}

/*******************************Exam page css ******************************************/
div.this-question{
	font-family: open_sansbold, Arial, Helvetica, sans-serif;
}
span.this-answer{
	font-weight: normal !important;
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
}
#btnNext{
	padding-right: 10px;
	padding-left: 10px;
}
div#precontent-value table{
	height: auto !important;
	width: auto !important;
	border: 1px solid #dedede !important;
	margin-bottom: 30px;
	min-height: 40px !important;
}
div#precontent-value table tr td{
	padding: 10px 5px 10px 5px;
}
div#Content_AnswerInput {
	padding: 10px 10px 10px 10px;
}
div#content_ProjectContentAttribute{ 
	margin: 0 auto; padding: 20px;
}
div#content_ProjectContentAttribute div#total-question-number{
	margin-top: -20px;	
}
div#content_ProjectContentAttribute_footer{
	padding-top: 20px;
}
.label-span{
	float: left;
}
.form-spacer{
	clear: both !important;
	padding: 10px 10px 10px 10px;
}

div#precontent-value{
	margin-bottom:20px;
    display: table;
    width: 100%;
}
/*#lecTitle{
	font-size: 16px;
	padding-left: 30px;
	margin-top:5px;
	float: left;
}*/
#lecture-content-next{
	margin-top: 5px;
}
#dl-menu{
	margin-left: 20px;
	margin-top: 5px;
}
.component{
	margin-top: -60px;
}
/************************ for theme ***************************************/
div.project-name {
	background-color: rgba(57,179,215,1);
	color: #fff;
	text-shadow: none;
}
div.project-name h2{
	font-size: 12px;
	padding: 3px;
	line-height: 13px;
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    margin-top: 18px;
    margin-bottom: 18px;
    height: 45px;
}
div#content_ProjectContentAttribute{
	color: #111;	
}
div.project-name[project-theme="teal"]{
	background-color: #1BA1E2;
}
div.project-name[project-theme="lime"]{
	background-color: #a4c400;
}
div.project-name[project-theme="green"]{
	background-color: #60A917;
}
div.project-name[project-theme="emerald"]{
	background-color: #008A00;
}
div.project-name[project-theme="cyan"]{
	background-color: #1BA1E2;
}
div.project-name[project-theme="cobalt"]{
	background-color: #0050EF;
}
div.project-name[project-theme="indigo"]{
	background-color: #6A00FF;
}
div.project-name[project-theme="voilet"]{
	background-color: #AA00FF;
}
div.project-name[project-theme="pink"]{
	background-color: #F472D0;
}
div.project-name[project-theme="magenta"]{
	background-color: #D80073;
}
div.project-name[project-theme="crimson"]{
	background-color: #A20025;
}
div.project-name[project-theme="red"]{
	background-color: #E51400;
}
div.project-name[project-theme="orange"]{
	background-color: #FA6800;
}
div.project-name[project-theme="amber"]{
	background-color: #F0A30A;
}
div.project-name[project-theme="yellow"]{
	background-color: #E3C800;
}
div.project-name[project-theme="brown"]{
	background-color: #825A2C;
}
div.project-name[project-theme="olive"]{
	background-color: #6D8764;
}
div.project-name[project-theme="steel"]{
	background-color: #647687;
}
div.project-name[project-theme="mauve"]{
	background-color: #76608A;
}
div.project-name[project-theme="taupe"]{
	background-color: #87794E;
}
/********************************** for breadcrumb ******************************/
ul.breadcrumb-list > li{
	background-attachment: scroll;
    background-clip: border-box;
    background-color: #1ABDE7;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto auto;
    float: left;
    height: 25px;
    line-height: 25px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 0;
    padding-top: 0;
	list-style: none;
}
ul.breadcrumb-list > li > .divider{
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/breadcrumb.png");
    background-origin: padding-box;
   background-position:  -140px -7px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1px;
    width: 18px;
}
ul.breadcrumb-list > li > .divider-last{
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/bread-crumb-last.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1px;
    width: 19px;
	background-size: 20px 25px;
}
ul.breadcrumb-list > li > a{
	color: #fff !important;
	text-shadow: none;
	font-weight: normal !important;
}
ul.breadcrumb-list > li:not(:first-child) > a
{
    text-overflow: ellipsis;
    max-width: 150px;
    overflow: hidden;
    white-space:pre;
    float: left;
}
/*ul.breadcrumb-list > li:not(:first-child) > a {
    max-width: 200px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    display: inline-block;    
}*/

/********************************************************Drop Down***************************************/
ul.notification-list{
	width: 300px;
	left: auto !important;
	right: 30px !important;
}
li.notice-title > div.img{
	display: block;
	background-color: rgba(128,128,128,0.6);
	float: left;
	height: 40px;
	width: 40px;
	margin: 3px; 
	border-radius: 3px;
}
li.notice-title div.name{
	float:left;
	font-size: 10px;
	margin-top: -12px;
}
li.notice-title div.mess-content{
	float:left;
	font-size: 10px;
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	display:inline-block;
	margin-left: -75px;
	line-height: 43px;
}
li.notice-title div.mess-content3{
	float:left;
	font-size: 10px;
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	display:inline-block;
	padding-left: 10px;
}

li.notice-title div.mess-content2{
	float:left;
	font-size: 10px;
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	display:inline-block;
	margin-left: -40px;
	line-height: 43px;
}
li.notice-title div.date{
	float: right;
	font-size: 8px;
	font-family: open_sansregular, Arial, Helvetica, sans-serif;
	color: #666;
	margin-right: 5px;
}
/*.dropdown-menu { right:0; left:auto; margin-top:0;}*/
li.notice-title{ font-family: open_sansbold, Arial, Helvetica, sans-serif; text-align: center; border-bottom: 1px dotted #ccc;}

li.horizontal .icon-fix {
	padding:5px;
}

/* for mobile */
@media (max-width: 768px){
.xs-resizer{
	margin-left: 60px !important;
}
    div.heighter.sm-b-mg
    {
        display: none;
    }
}

.spacer-lg{
	margin-top: 10px;
}

@media (min-width: 1200px) {.spacer-lg{
	margin-top: 0px; }
}

#loading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(251,251,251,0);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 200%;
    left: -50%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    top: -50%;
    width: 200%;
    z-index: 100;
}

#loading img {
    bottom: 0;
    left: 0;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-footer a {
    background-color: #5BC0DE;
    border-color: #46B8DA;
    color: #FFFFFF;    
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;    
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 3px 5px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.notice-new
{
    font-family: open_sansregular;
    font-size: 12px;
    height: 18px;
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0;
    position: absolute;
    right: 3px;
    top: -6px;
    width: 18px;
    border-radius: 100%;
    background-color: #CB4437;
    color: #fff;
}
.notice-new.notice-success
{
    background-color: #A9D86E;
}
.log-arrow-up {
    background: url("../images/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    left: 5px;
    top: -10px;
	border-bottom-color: rgba(0,0,0,0.25);
	border-top-width:0;
}
a:focus, a:active,
button,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}



/***********************************NOTIFICATION****************************************************/

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}
.timeline:before {
    background-color: #C7CBD6;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 0;
}
h3.timeline-title {
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.t-info {
    color: #C8CCD7;
}
.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}
.timeline-item {
    display: table-row;
}
.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.timeline-desk h1 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.timeline-desk .panel {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F4F4F4;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: block;
    margin-left: 25px;
    position: relative;
    text-align: left;
}
.timeline-item .timeline-desk .arrow {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 8px;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 8px;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}
.timeline-item .timeline-desk .arrow {
    border-right: 8px solid #f4f4f4 !important;
}
.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 8px;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 8px;
    display: block;
    height: 0;
    left: auto;
    position: absolute;
    right: -7px;
    top: 13px;
    width: 0;
}
.timeline-item.alt .timeline-desk .arrow-alt {
    border-left: 8px solid #f4f4f4 !important;
}
.timeline .timeline-icon {
    left: -30px;
    position: absolute;
    top: 15px;
}
.timeline .timeline-icon {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #C7CBD6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    box-shadow: 0 0 0 3px #C7CBD6;
}
.timeline-desk span a {
    text-transform: uppercase;
}
.timeline-desk h1.red, .timeline-desk span a.red {
    color: #EF6F66;
}
.timeline-desk h1.green, .timeline-desk span a.green {
    color: #39B6AE;
}
.timeline-desk h1.blue, .timeline-desk span a.blue {
    color: #56C9F5;
}
.timeline-desk h1.purple, .timeline-desk span a.purple {
    color: #8074C6;
}
.timeline-desk h1.light-green, .timeline-desk span a.light-green {
    color: #A8D76F;
}
.timeline .timeline-icon.red0 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #EF6F66;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    box-shadow: 0 0 0 3px #EF6F66;
}
.timeline .timeline-icon.red1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #39B6AE;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    box-shadow: 0 0 0 3px #39B6AE;
}
.timeline .timeline-icon.red2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #56C9F5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    box-shadow: 0 0 0 3px #56C9F5;
}
.timeline .timeline-icon.red3 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #8074C6;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    box-shadow: 0 0 0 3px #8074C6;
}
.timeline .timeline-icon.red4 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #A8D76F;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    box-shadow: 0 0 0 3px #A8D76F;
}
.timeline .timeline-icon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #FFFFFF;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    border-top-color: #FFFFFF;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid;
    border-top-width: 3px;
    display: block;
    height: 12px;
    width: 12px;
}
.timeline-item.alt .timeline-icon {
    left: auto;
    right: -32px;
}
.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}
.timeline .timeline-date {
    left: -200px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
    color: #DCDCDC;
}
.timeline-desk h5 span {
    color: #999999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}
.timeline-item.alt:before {
    display: none;
}
.timeline-item:before, .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}
.timeline-desk p {
    font-size: 12px;
    margin-bottom: 0;
}
.timeline-desk a {
    color: #EF6F66;
}
.timeline-desk .panel {
    margin-bottom: 5px;
}
.timeline-desk .album {
    margin-top: 20px;
}
.timeline-desk .album a {
    float: left;
    margin-right: 5px;
}
.timeline-desk .notification {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-top: 20px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
.timeline-item.alt .panel {
    margin-left: 0;
    margin-right: 25px;
}
.timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left;
}

span.circle-it i.icon-off 
{
    color: #CB4437;
}
.circle-it.circle-signout
{
    padding-left: 5px;
    margin-right: 0px;
}

/*********************************bootstratp dropdown fixed**************************************/


.dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.dropdown-menu.top {
  margin-top: -10px;
}

.dropdown-menu.right {
  margin-left: 10px;
}

.dropdown-menu.bottom {
  margin-top: 10px;
}

.dropdown-menu.left {
  margin-left: -10px;
}

.dropdown-menu-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.dropdown-menu-content {
  padding: 9px 14px;
}

.dropdown-menu .arrow,
.dropdown-menu .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.dropdown-menu .arrow {
  border-width: 11px;
}

.dropdown-menu .arrow:after {
  border-width: 10px;
  content: "";
}

.dropdown-menu.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.dropdown-menu.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.dropdown-menu.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.dropdown-menu.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.dropdown-menu.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.dropdown-menu.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.dropdown-menu.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.dropdown-menus.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

/************************************************************************************************/


/**************************************Drop down fixed for message and notification*******************************/
.dropdown-menu.bottom.messages-list .arrow, .dropdown-menu.bottom.messages-list .arrow
{
    left: 6%;
}
.dropdown-menu.bottom.messages-list{
 margin-top: 33px;
}

.well-small {
    display: block;
    padding: 6px;
    border: 1px solid #dedede;
    background-color: #f2f2f2;
    border-radius: 5px;
}

/***************************************************************************************************/

/************************************Content-wrap*****************************************/
.container-wrapper
{
    display: table;
    width: 100%;
    padding: 15px;
    border: 1px solid #dedede;
    border-radius: 4px;
}
#projectList
{
    padding-top: 30px;
    padding-bottom: 30px;
}

/*************************************Content wrap div ends*************************************/
/*************************************Notification div ends**************************************/
/*********************************** Font SIZE *********************************************/

/* Large desktop */
/*@media (min-width: 980px) { }*/

 /*Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

    .p-name
    {
        width: 25% !important;
    }
    .project-description
    {
        width: 40% !important;
    }
     div.heighter.sm-b-mg
    {
        display: none;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px)
{
     .p-name
    {
        width: 25% !important;
    }
    .project-description
    {
        width: 40% !important;
    }
    
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .p-name
    {
        width: 25% !important;
    }
    .project-description
    {
        width: 30% !important;
    }
    .section-btn
    {
        width: 24% !important;
    }
}



.footer{
	background:#eee;
	padding:10px 15px;
}
.footer p{
	margin:0;
	text-align:center;
}
.footer a{
	color:#17565F;
	font-size:11px;
	text-decoration:none;
}
.footer img{
	width:70px;
	margin:0 2px;
	vertical-align:middle;
}