html { background: none; }
body { font-size: 13px; }

[ng-drag] {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[ng-drag] {
    display: block;
    /*cursor: move;*/
}
[ng-drag].drag-over {
    /*border: solid 1px red;*/
}
[ng-drag].dragging {
    opacity: 0.5;
}
[ng-drop] {
    display: block;
    position: relative;
}
[ng-drop] div {
    position: relative;
    z-index: 2;
}
.draglist {
    display: inline-block;
    margin: 0 auto;
}

/** 
**/
i { cursor: default; }
.pointer { cursor: pointer; }
.word-break { white-space: pre-line; }
.app-header.navbar { background: #35a3ca; color: #fff; }
.app-header.navbar a { color: #fff; }
.app-header.navbar ul.dropdown-menu a { color: #35a3ca; }
.nav > li > a:hover, .nav > li > a:focus,
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: inherit; }
.bg-black { background-color: #1a364d; }
.navbar-brand img { max-height: 40px; }
.bg-light.lter.b-b.wrapper-md { padding: 12px; background: #e2e6e8; }
.bg-light.lter.b-b.wrapper-md h1 { color: #5d6163; margin-left: 10px !important; }
.add-tool > a { background-color: #7366ba; border-color: #7266ba; color: #ffffff !important; padding: 8px 20px; border-radius: 2px; font-weight: 500; font-size: 12px; line-height: 1.5; }
.upload-thumb img { width: 100%; display: block; }
.groupsOrFolders { background: #172e42; margin-left: -1px; }
.groupsOrFolders a {  }
.groupsOrFolders .xIcon { bottom: -16px; left: 43%; position: absolute; font-size: 25px; }
.btn-info:hover .xIcon, .btn-info:focus .xIcon, .btn-info:active .xIcon, .btn-info.active .xIcon { color: #1aabd7; }
.middle-line { text-decoration: line-through; }
.messages .list-group-item .actions { float: right; margin-top: -15px; }
.message-list-detail.notmy { background: #f2f2f2; }
.message-list-detail.unread,
.list-group-item.unread { background: #fff5f5 /*#fffff7*/; }
body.messages .list-group-item.unread { border-left-color: #fff5f5; border-right-color: #fff5f5; }
.wrapper.messageContent { padding-top: 0; }
ul.chosen-results li.no-results { display: none !important; }
ul.chosen-results li.create-option.highlighted,
ul.chosen-results li.create-option.highlighted a { color: #fff !important; }
.panel-max-w { max-width: 600px; }
ul.messages .thumbWrap { position: relative; }
ul.messages .thumbWrap .all-users { background: #fff; border-radius: 0 5px; display: inline-block; border: 1px solid #ddd; right: 15px; top: 13px; padding: 2px 4px; position: absolute; }
ul.messages .thumbWrap .all-users i { color: #505050; float: right; font-size: 10px; }
.step { position: relative; }
.introjs-relativePosition > td { position: relative; }
.introjs-showElement > td { z-index: 9999999 !important; }
.introjs-tooltiptext {  }
.introjs-tooltiptext h5 { margin: 0 0 10px; padding: 0; font-weight: 600; }
.video-container >iframe { width: 100% !important; }

/** 
ul.top-nav { display: inline-block; margin-left: 0; }
ul.top-nav.nav > li { display: inline-block; }
ul.top-nav.nav > li > a { margin: 15px 25px 15px 0; padding: 0; }
ul.top-nav.nav > li > a i { margin-right: 10px; } 
**/
.list-object {  }
.list-object a.avatar .user { text-align: center; font-size: 12px; color: #808080; line-height: 14px; margin-top: 5px; }
.list-object .panel-body { padding: 0; }
.list-object .panel-body .content { padding: 15px; }
.list-object .list-object-actions { padding: 0 15px 10px; }
.list-object .list-object-actions span.social-tools a { color: #58666e; }
.list-object .list-object-actions span.social-tools a:hover { color: #424E54; }
.list-object .list-object-actions span.social-tools i { margin-left: 4px; }
.list-object .list-object-actions span.open-comments.has-comments { color: #508FA7; }
.list-object .list-object-actions span.open-comments.active { color: #5d6163; }
.list-object .comment-bg { background: #f9f9f9; }
.list-object .comment { margin: 8px 15px; }
.list-object .comment-like { margin-top: 10px; }
.list-object .comment .user > a { color: #30a5c8; }
.list-object .add-comment { margin: 10px 15px 13px; }
.list-object .comment .thumb-sm { width: 32px; top: 4px; }
.list-object .add-comment .thumb-sm { width: 32px; top: 3px; }
.list-object .add-comment form { margin-top: 3px; }
.list-object .title { word-wrap: break-word; }
.list-object .description { word-wrap: break-word; }
.memberArea { background: #fff; }
body.messages .list-group-item { border-left-color: #fff; border-right-color: #fff; }
body.messages .panel-footer { position: relative; }

.nav.navbar-nav {  }
.nav.navbar-nav.navbar-right .thumb-sm { margin-right: 15px; }
.nav.navbar-nav.top-nav { background: #35a3ca; }
/** 
.navbar-form .form-group { width: 90%; }
.navbar-form .input-group { width: 100%; }
.navbar-form .input-group > .form-control { width: inherit; }
.navbar-form .input-group > .form-control { width: 110%; } 
**/
.navbar-form .input-group .input-group-btn { width: 0; }
.notifications .dropdown-menu a.list-group-item { color: #35a3ca !important; }
.notifications .dropdown-menu .panel-footer a { color: #35a3ca; }

.sidebar h4.m-t-xs.m-b-xs > i { margin-right: 10px; }
.sidebar hr.title { margin: 15px 0px 10px 0px; }

.app-aside .user-stats { margin-left: -1px; }
.app-aside .user-stats a.btn { color: #fff; font-size: 0.8em; font-weight: bold; }
.app-aside .user-stats a.btn > span.title { text-decoration: underline; }
.app-aside .user-stats a.btn > span.count { display: block; font-size: 1.5em; text-decoration: none; }

.app-aside .sidemenu { background: #172e42; border-top: 1px solid #122638; border-bottom: 1px solid #122638; }
.app-aside .sidemenu .title { color: #a1a1a1; font-size: 12px; text-transform: uppercase;  padding: 15px 20px 0px; }
.app-aside .sidemenu ul.navi { color: #eee; padding: 0 20px 5px; }
.app-aside .sidemenu ul.navi li { display: block; margin: 5px 0; font-size: 13px; position: relative; }
.app-aside .sidemenu ul.navi li a { color: #eee; }
.app-aside .sidemenu ul.navi li span.count { color: #a1a1a1; margin-left: 5px; }
.app-aside .sidemenu ul.navi li  i { margin-right: 5px; }
.app-aside .sidemenu ul.navi li  ul { padding-left: 20px; }
.app-aside .sidemenu ul.navi li  ul > li { display: block; }

.app-aside .sidemenu ul.navi li > span.actions { float: right; display: none; }
.app-aside .sidemenu ul.navi > ul > li:hover > span.actions { display: inherit; }
.app-aside .sidemenu ul.navi > li:hover > span.actions { display: inherit; }

.app-footer { font-size: 12px; }

.edit-in-place span { cursor: pointer; }
.edit-in-place input {  display: none; }
.edit-in-place.active span { display: none; }
.edit-in-place.active input { display: inline-block; color: #555; }
edit-in-place { width: 100%; }
edit-in-place .actions { display: none; position: absolute; right: 0; float: right; background: /*#172e42*/ rgba(23, 46, 67, 0.90); }
edit-in-place .actions i { margin-left: 5px; font-size: 12px; }
.app-aside .sidemenu ul.navi li:hover > edit-in-place.active .actions { display: none !important; } 
/** 
.app-aside .sidemenu ul.navi li:not(.dd):hover > edit-in-place .actions { display: inline-block; }
.app-aside .sidemenu ul.subfolders li:hover > edit-in-place .actions { display: inline-block; }
edit-in-place span.ng-binding { display: inline-block; vertical-align: top; width: 50%; }
**/
.app-aside .sidemenu ul.navi li > span.parent >span.nw-actions { float: right; display: none;  padding-left:8px; font-size:12px; right:0; position:absolute; background:rgb(23, 46, 66);}
.app-aside .sidemenu ul.navi > ul > li:hover > span.parent > span.nw-actions { display: inline; }
.app-aside .sidemenu ul.navi > li:hover > span.parent > span.nw-actions { display: inline; }


.app-aside .sidemenu ul.subgroups li > span.child > span.nw-actions { float: right; display: none;  padding-left:8px; font-size:12px; right:0; position:absolute; background:rgb(23, 46, 66);}
.app-aside .sidemenu ul.subgroups > ul > li:hover > span.child > span.nw-actions { display: inline; }
.app-aside .sidemenu ul.subgroups > li:hover > span.child > span.nw-actions { display: inline; }



.text-xs.change-view {
    font-size: 10px;
    position: absolute;
    right: 15px;
    top: 51px;
}
.tasks-list { padding: 15px; }
.tasks a.btn { float: right; margin: -1px 0 0; }
.tasks hr.title { margin-bottom: 15px; }
.tasks ul { padding: 0; }
.tasks ul li { list-style: none; margin: 2px 0; }
.tasks ul li input { margin-right: 5px; }
.tasks ul li .delete { float: right; margin-top: 2px; }

.app-aside .sidemenu.list .title { padding: 10px 20px 0px; }

.app-aside .sidemenu.filters .title { padding: 15px 20px; display: inline-block; }
.app-aside .sidemenu.filters .btn-group { float: right; padding: 12px 15px 0; }
.app-aside .sidemenu.filters .btn-group > button { background: #1a364d; border-color: #173852; color: #eee !important; padding: 2px 15px; }
.app-aside .sidemenu.filters .btn-group .dropdown-menu-right { right: 13px; }
.app-aside .sidemenu.filters .btn-group .dropdown-menu { margin: 0; padding: 0; }
.app-aside .sidemenu.filters .btn-group .dropdown-menu li a { font-size: 13px; }

body.edit-profile .app:before { background-color: #fff; }
body.edit-profile .profileWrapper { background: #f1f5f8; }
body.edit-profile .profileWrapper .bio {  }
body.edit-profile .profileWrapper .bio span.title { font-weight: bold; margin-right: 10px; }
body.edit-profile .nav.nav-tabs { background: #f1f5f8; padding-left: 15px; }
body.edit-profile .tab-content, .tab-container { /*background: transparent !important;*/ border-bottom: 0 !important; border-right: 0 !important; }

.profileWrapper { padding: 12px; }
.profileWrapper .h3 { font-size: 15px; }
.profileWrapper ul.social-list { list-style: none; margin: 5px 0; padding: 0; }
.profileWrapper ul.social-list li { margin: 0; }
.profileWrapper ul.social-list a { font-size: 13px; color: #707070; }

.list-group-item.need-approval { background: #f7f6ec; }

.media-body > .title {  }
.media-body > .title a { color: #30a5c8; }
.media-body > .title a:hover { color: #2d92b0; }

.upload-field-x { display:inline-block; }
.upload-field-x > input[type=file] { font-size:100px; height:60px; position:absolute; top:0; left: 112px; width: 30px; opacity:0; }

.modalWrapper .form-group { position: relative; }
.modalWrapper .form-group .avatar { display:inline-block; margin:10px 0 10px 30%; float:left; }
.modalWrapper .form-group .upload-field { display:inline-block; margin-left:10px; }
.modalWrapper .form-group .upload-field label { display:block; color:#a1a1a1; }
.modalWrapper .form-group .avatar img { width:50px; }
.modalWrapper .form-group .avatar img { border-radius:50%; }
.modalWrapper .modal-title, 
.modalWrapper .sort-info { text-align:center; display:block; }
.modalWrapper .sort-info { margin:10px 0; }
.modalWrapper .title-info { text-align:center;}
.modalWrapper .input-placeholder-text { position:absolute; left:10px!important; top:8px!important; color:#a1a1a1!important; }
.modalWrapper .select2-input { padding:7px 10px!important; }
.modalWrapper .upload-field { }
.modalWrapper .upload-field > input[type=file] { font-size:100px; height:60px; position:absolute; top:0; right:0; opacity:0; }
.modalWrapper .modal-header.no-border { border:0; margin-bottom:5px; }
a.add-folder,
a.add-group { font-size: 12px; color: #35a3ca; }
a.add-folder i,
a.add-group i { font-size: 11px; margin-right: 2px; color: #fff; }

.modalWrapper .modal-body .member-list .actions { float: right; margin-top: 8px; }

.data-list {  }
.data-list .panel-heading { position: relative; }
.data-list .panel-heading .arrow.left { top: 24px; }
.data-list .panel-heading span.title a { font-size: 16px; color: #30a5c8; }
.data-list .panel-heading .link { margin-bottom: -15px; /*position: absolute;*/ }
.data-list .panel-body .content { display: inline-block; width: 100%; padding-bottom: 10px; }
.data-list .list-object > .avatar { top: 5px; }

.padbox.tags {}
.padbox.tags .panel li.list-group-item { padding-left: 20px; }

.btn-purple { background-color: #564d91; }
.btn-purple:hover { background-color: #63539d; }
textarea { height: 100px; resize: vertical; }
textarea.autogrow { height: 32px; resize: none; word-wrap: break-word; transition: 0.05s; -moz-transition: 0.05s; -webkit-transition: 0.05s; -o-transition: 0.05s; }
.white-space { white-space: pre;word-wrap: break-word; }

.social-circles { float: right; }
.input-group-addon { background-color: #fff; }
/** 
.input-group-addon { background-color: #fff; border-left: none; border-right: none; }
.input-group .form-control.input-md { border-right: none; } 
**/
.has-error .input-group-addon { background-color: #fff; border-color: #cfdadd; color: #555; }
.file-btn-wrapper { cursor: pointer; }
body.edit-profile .file-btn-wrapper { display: block; margin-top: 10px; text-align: center; }
.friend-req-btn .btn-rounded-sm { border-radius: 4px; }
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.text-fb { 
  color: #3A5795; 
} 

.btn-fb { 
  color: #ffffff; 
  background-color: #3A5795; 
  border-color: #3A5795; 
} 
 
.btn-fb:hover, 
.btn-fb:focus, 
.btn-fb:active, 
.btn-fb.active, 
.open .dropdown-toggle.btn-fb { 
  color: #ffffff; 
  background-color: #31497D; 
  border-color: #3A5795; 
} 
 
.btn-fb:active, 
.btn-fb.active, 
.open .dropdown-toggle.btn-fb { 
  background-image: none; 
} 
 
.btn-fb.disabled, 
.btn-fb[disabled], 
fieldset[disabled] .btn-fb, 
.btn-fb.disabled:hover, 
.btn-fb[disabled]:hover, 
fieldset[disabled] .btn-fb:hover, 
.btn-fb.disabled:focus, 
.btn-fb[disabled]:focus, 
fieldset[disabled] .btn-fb:focus, 
.btn-fb.disabled:active, 
.btn-fb[disabled]:active, 
fieldset[disabled] .btn-fb:active, 
.btn-fb.disabled.active, 
.btn-fb[disabled].active, 
fieldset[disabled] .btn-fb.active { 
  background-color: #3A5795; 
  border-color: #3A5795; 
} 
 
.btn-fb .badge { 
  color: #3A5795; 
  background-color: #ffffff; 
}

body.static.add-tool {}
body.static.add-tool .modal-header { border: 0; }
body.static.add-tool .modal-header .link { color: #35a3ca; }
body.static.add-tool .modalWrapper h3.modal-title { margin-top: 19px; text-align: right; font-size: 16px; }
body.static.add-tool .modalWrapper h3.modal-title.center { text-align: center; }
body.static.add-tool .modal-footer { padding: 15px 0; }

@media only screen and (min-width: 768px) {
	.navbar-collapse, .app-content, .app-footer { margin-left: 230px; }
	.app-aside-fixed .aside-wrap, .app-aside, .navbar-header { width: 230px; }
	.app-aside-fixed .aside-wrap .navi-wrap { width: 247px; } 
	.nav.top-nav li:first-child a { padding-left: 0; }
}

@media only screen and (max-width: 992px) {
	.padbox { margin: 0; }
}

/** 
@media only screen and (min-width: 992px) {
	.fixed { position: fixed; }
	.scrollablediv { float: left !important; margin-left: 240px; }
} 
**/
 .not-found{
  width: 90px;
 }
 .error { color: red; }
 .fa.red { color: #ff4d4d;}
 .og-image {
  /*width: 90px;
  height:90px;*/
  margin-right: 2%;
 }
 .panel-body .bookmark-content {
  padding-bottom:0px !important;
  padding: 0px !important;
 }
 .p-b-0{
  padding-bottom:0px !important;
 }
 .panel-body .bookmark-m-t-sm {
  margin-top: 05px !important;
 }
 .app-aside .sidemenu ul.navi .small-icon{
  font-size: 11px;
  padding: 0;
  margin-left: -5px;
  border: 0;
  cursor: pointer;
 }
 .app-aside .sidemenu ul.navi .no-sub{
  margin-left: 11px;
 }

.neighbourOrTasks , .neighbourOrTasks .active {
  padding: none;
  height: 55px;
 }
.neighbourOrTasks .xIcon { bottom: -16px; left: 43%; position: absolute; font-size: 25px; color: #564d91 !important;}
.neighbourOrTasks .btn-info {
  color: black !important;
  border-left:1px;
  border-right:1px;
  border-top:1px;
  border-color:#D9DDDE;
  background-color: white;
}

.neighbourOrTasks .btn-info.active {
  background-color:  #564d91;
  color: white !important;
}

.right-sidebar{
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.bookmark-list-text{
  display: inline-block !important;
  width: 120px !important;
  vertical-align: top;
}

.edit-in-place.active a.bookmark-list-text { 
  display: inline !important; 
}

.visible-lg-inline{margin-left: 5px;}

.lock-icon{
  font-size: 16px;
}
.bookmark-send-btn{
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
  padding-bottom: 7px;
  vertical-align:initial
}
.bookmark-file{
   padding-bottom: 7px;
   -webkit-box-shadow:none !important;
   box-shadow: none !important;
   vertical-align:initial
}

.btn-primary.btn-grey {
    color: #ffffff !important;
    background-color: #7F7F7F;
    border-color: #7F7F7F;
}
.btn-primary.btn-grey:hover {
    color: #ffffff !important;
    background-color: #585656;
    border-color: #7F7F7F;
}

/*---bookmarks box view -- */
.mortar--smaller {
    margin-bottom: 15px!important;
  }

.item-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    margin-left: -1.5%;
}
ol, ul {
    list-style-type: none;
    list-style-position: outside;
}
blockquote, dl, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
    margin: 0 0 1em;
}
ol, ul {
    list-style: none;
}
@media only screen and (min-width: 1200px)
.item-list__item--desk-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 23.5%;
    -ms-flex: 0 1 23.5%;
    flex: 0 1 23.5%;
}
.item-list__item {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin: 0 0 1.5% 1.5%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,.1),0 1px 0 rgba(0,0,0,.1);
    padding-bottom: 55px;
    position: relative;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.min-h-100{
  min-height: 100px !important;
}

/*---end box view --*/
.box-view .panel{
  min-height:250px;
  border-radius:0px;
}
.box-view .panel-heading{
  min-height:218px;
  padding:0px;
  overflow: hidden;
  word-wrap: break-word;  
}
.box-view .bookmark-image{
  width:100%;height:125px;margin:0px;padding:0px;border-radius:0px;border:none;
}
.box-view .bookmark-video{
  padding:0px;
  width:100%;
  height:125px;
  margin:0px;
  border-radius:0px;
  border:none;
}
.box-view .bookmark-video .video-container >iframe {
    width: 100% !important;
    height: 125px;
}
.box-view .bookmark-video .video-container {
  margin-top: 0px !important;
}
.box-view .bookmark-content{
  padding:8px 15px;
}
.box-view .bookmark-content .bookmark-description iframe{
  width:100%;
  height: auto;
}
.d-flex{
  display: flex;
}
.box-view .social-tools{
  margin-top: 3px;
}
.box-268 {
  width:268px;
  float:left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.box-view .panel-heading span.title a {
    font-size: 13px;
    color: #23B7E5;
    font-weight: bold;
}

.nav.top-nav li:first-child{
    margin-left: -15px; 
}

.nav.top-nav li.active a{
  background-color: #23B7E5;
}

.nav.top-nav li:first-child a i{
    padding-left: 15px; 
}

.comment-reply{
  margin-right:50px;margin-top:10px;
}

.m-l-0{
  margin-left: 0px !important;
}
@media only screen and (max-width: 480px) {
  .arroww{display: none;}
   .app-modal-window .modal-dialog .modal-content{
      text-align: center;
    }

}
@media only screen and (min-width: 760px) {
    .app-modal-window .modal-dialog {
      /*width: 500px;*/
    }
    .app-modal-window .modal-dialog .modal-content{
      padding-left: 80px;
      padding-right: 80px;
      text-align: center;
      border-radius: 0px;
      font-size: 14px;
      top:40px;

    }

    .app-modal-window .modal-dialog .modal-content .welcome-content{
      margin-left:20px;margin-right:20px;
    }

    .app-modal-window .modal-dialog .modal-content .welcome-title{
      margin-top:10px;margin-bottom:10px;
    }

    .app-modal-window .modal-dialog .modal-content .btn-toolbar{
      margin-top:10px;margin-bottom:10px;
    }

    .app-modal-window .modal-dialog .modal-content .all-done-link{
      margin-top:10px;margin-bottom:10px;'
    }

    .app-modal-window .modal-dialog img.arroww{
      position: absolute;
      top:-30px;
      height: 60px;
      top: -67px;
      height: 253px;
      left: 277px;
    }
}

/* Login and registration page*/

@font-face {font-family:SourceSansPro-ExtraLight; src: url('../font/SourceSansPro-ExtraLight.otf'); }
@font-face {font-family:SourceSansPro-Regular; src: url('../font/SourceSansPro-Regular.otf'); }
.signin {
          background: url(../img/bglogin.png) ; 
          -webkit-background-size: :100% 100%;
          -moz-background-size: :100% 100%;
          -o-background-size: :100% 100%;
          background-size:cover;
}
.signin .app:before{
  background-color: transparent !important;
}
.signin .app-header-fixed{
  padding-top : 0px !important;
}
.register_account{color: white;}
.register_account a{color: white;text-decoration: underline;}
/*  input placeholder  */
.input_font ::-webkit-input-placeholder{ color:#6C6C6C;}
.input_font ::-moz-placeholder {color:#6C6C6C;}
.input_font ::-moz-placeholder {color:#6C6C6C;}
.input_font ::-ms-input-placeholder {color:#6C6C6C;}
.input_font input[type="text"], .input_font input[type="password"], .input_font input[type="email"]
{font-size:16px; border: 1px solid #eff1f3; height: 45px; }
.app_signin{background-color: white;border-radius: 5px;padding: 0 74px; width: 43%;margin-left: auto;margin-right: auto;}
.app_signin .col-md-12{padding-top: 25px;padding-bottom: 27px;}

.app_signup{background-color: white;border-radius: 5px;padding: 0 74px; width: 43%;margin-left: auto;margin-right: auto;}
.app_signup .col-md-12{padding-top: 25px;padding-bottom: 27px;}

.register_title{color:#FBFBFB;margin-bottom:20px;margin-top: 30px;font-weight: lighter;font-size:48px;font-family:SourceSansPro-ExtraLight;}
.register_account{color:#fff;}
.register_account a {text-decoration: underline;color:#fff;}
.fb_btn,.sigup_btn{color: #fff;font-size:20px;}
.fb_btn{background-color:#3765A3;}
.sigup_btn{background-color:#1EA4CD;}
.sigup_btn:hover,.fb_btn:hover{color:#eee;}
.register_account{margin-top: 15px;font-size: 14px;}

/* custom checkbox css*/
.custom_check{text-align:left;}
.custom_check label{font-size: 15px;color:#6C6C6C;}
.custom_check label a{color:#6C6C6C;text-decoration: underline;}
.custom_check label {display: inline-block;vertical-align: middle;position: relative;padding-left: 24px; }
.custom_check label::before {margin-bottom: -3px; content: "";display: inline-block;position: absolute;width: 19px;height: 19px;left: 0;border: 1px solid #cccccc;border-radius: 3px;background-color: #fff;}
.custom_check label::after {display: inline-block;position: absolute;width: 16px;height: 16px;left: 0;top: 0;padding-left: 3px;padding-top: 2px;font-size: 11px;color: #555555; }
.custom_check input[type="checkbox"],
.custom_check input[type="radio"] {opacity: 0;z-index: 1; }
.custom_check input[type="checkbox"]:checked + label::after,
.custom_check input[type="radio"]:checked + label::after {font-family: "FontAwesome";content: "\f00c";}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {background-color: #5bc0de;border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {color:#fff; }



/*  media quires  */

@media only screen 
and (max-width :992px) {.app_signin, .app_signup{background-color: white;border-radius: 5px;padding:0 78px; width: 70%;margin-left: auto;margin-right: auto;}}

@media only screen 
and (max-width :768px) {.app_signin, .app_signup{background-color: white;border-radius: 5px;padding:0 78px; width: 70%;margin-left: auto;margin-right: auto;}}

@media only screen 
and (max-width :600px) {.app_signin, .app_signup{background-color: white;border-radius: 5px;padding:0 20px; width: 90%;margin-left: auto;margin-right: auto;}.fb_btn,.sigup_btn{color: #fff;font-size:17px;}}
@media only screen 
and (max-width :440px) {.fb_btn,.sigup_btn{color: #fff;font-size:15px;}}
@media only screen 
and (max-width :320px) {.fb_btn,.sigup_btn{color: #fff;font-size:15px;}.custom_check label {font-size: 13px;}}
/* end login and registration*/

.yellow {
  color:yellow;
}

.fixed-rightside{
  position: fixed !important;
}

/*.view-more, .view-more:hover, .view-less, .view-less:hover{
    padding-left:1px;
    font-size: 14px;
    color: #30a5c8;
    display: inline-block;
}*/
