html, body {
  /*height: 100%;*/
  margin:0;
  padding:0;
}

body {
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(197,210,217,1) 100%); 
	background-repeat: no-repeat;
    background-size: 100%;
	font-family: 'Roboto', sans-serif;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  color: #D50400;
}

#Footer2 span, #Footer2 a{
	color: #000;
	font-size:13px;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	font-weight: bold;
}
#Footer2 p{
	margin:6px 0 !important;
}

#Footer2 h2{
	font-weight:bold;
	font-size:24px;
	color:#1b1b32;
}
#Footer2 h4 {
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#1b1b32;
	padding-top:10px;
}

#Footer2 h4 a{
	font-weight:bold;
	font-size:13px;
	color:#D50400;
}

#logins input[type="text"], input[type="number"], input[type="password"], textarea, .input {
	font-family: 'Montserrat', 'Trebuchet MS', sans-serif;
	font-size: 14px;
	color: #2c3033;
	background-color: white;
	border: 1px solid #ced0d3;

}


#dlg_properties .tabcontent {
    height: 290px;
}

#friends_list .withvalue {
    width: 380px;
}

.dialog .not_shared {
    color: #cbcdcf;
    font-size: 13px;
    padding-top: 75px;
    display: block;
    height: 30px;
    background: transparent url('/images/v4/common-128.png?22051') no-repeat 50% -15px;
    text-align: center;
}

.menu.autocomplete a.withvalue {
    width: 334px;
}

.popover.menu.autocomplete li {
    position: static;
}

.popover.menu.autocomplete a:hover {
    color: #5b636b;
    background-color: white;
}

.dialog .hr_title {
    background: white;
    margin: -21px 0 5px 215px;
    width: 65px;
    display: block;
    text-align: center;
    color: #9fadb8;
    font-weight: bold;
}

.dialog .tools_separator {
    background: #e0e4e6;
    font-weight: bold;
    color: #717880;
    padding: 2px 10px;
    width: 150px;
    display: block;
}

.imgpanel {
    background-color: white;
    border: 1px solid #e0e4e6;
    float: left;
    height: 294px;
    padding: 4px 12px;
    width: 408px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.dialog .imgpanel.loading {
    background-position: 50% 50%;
    width: 408px;
}

.imgpanel .btns {
    float: left;
    height: 25px;
    padding: 4px 2px;
    width: 386px;
}

.imgpanel .no_elements {
    color: #717880;
    float: right;
}

.imgpanel ul {
    clear: both;
    height: 250px;
    overflow: auto;
}

.imgpanel li {
    float: left;
    height: auto;
    margin: 0 2px 2px 0;
}

.imgpanel ul a {
    background-color: #FFF;
    border: 1px solid #C4CCD1;
    display: block;
    padding: 2px;
    text-align: center;
}

.dialog .footer_info {
    margin-top: 5px;
}

#dlg_imagelibrary #lib_menu, #dlg_iconlibrary #lib_menu {
    float: left;
    height: 310px;
    width: 200px;
}

#lib_menu li.selected {
    background-color: #FFF;
    border: 1px solid #e0e4e6;
    border-right-width: 0;
    margin-right: -1px;
    position: relative;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#lib_menu li {
    cursor: pointer;
    padding: 10px 0 10px 17px;
}

#lib_menu span {
    font-weight: bold;
    color: #5b636b;
}

.imgpanel ul a:hover, .imgpanel ul a.selected {
    border-color: #227fdf;
    background-color: #74c5f6;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #227fdf), color-stop(100%, #74c5f6));
    background-image: -webkit-linear-gradient(top, #227fdf, #74c5f6);
    background-image: -moz-linear-gradient(top, #227fdf, #74c5f6);
    background-image: -o-linear-gradient(top, #227fdf, #74c5f6);
    background-image: -ms-linear-gradient(top, #227fdf, #74c5f6);
    background-image: linear-gradient(top, #227fdf, #74c5f6);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF227FDF', endColorstr='#FF74C5F6');
}

.imgpanel ul a span {
    background-color: #FFF;
    cursor: pointer;
    display: block;
    height: 80px;
    width: 122px;
    overflow: hidden;
}

.dialog ul.tree {
    width: auto;
    margin-left: 6px;
    cursor: pointer;
}

.dialog ul.tree ul {
    margin-left: 16px;
}

.dialog ul.tree li.closed ul {
    display: none;
}

.dialog ul.tree li span.b {
    width: 14px;
    height: 18px;
    float: left;
}

.dialog ul.tree li.closed span.a.children span.b {
    cursor: pointer;
}

.dialog ul.tree li span.a.children span.b {
    cursor: pointer;
}

.dialog ul.tree a {
    padding: 2px 5px;
    white-space: nowrap;
    color: #000;
}

.dialog ul.tree a.selected {
    padding: 1px 4px;
    background-color: #3995DA;
    border: 1px solid #3995DA;
    color: white;
}

#topiclist.scrollable li {
    clear: both;
}

.dialog #dlg_publish label.field {
    text-align: left;
    width: 90px;
}

.dialog .mapitem {
    margin: 12px 0 0 8px;
    line-height: 120%;
    width: 250px;
}

.dialog .mapmeta * {
    font-size: 13px;
}

.dialog .mapmeta .title {
    color: #5b636b;
}

.dialog .social_buttons {
    margin-left: 0;
}

#btn_export_sel {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    padding: 15px 0 15px 15px;
    display: block;
    margin-bottom: 20px;
}

#btn_export_format {
    line-height: 18px;
    display: block;
}

#google_export, #google_drive_export {
    float: left;
}

.export_box {
    font-size: 90%;
}

#popover_export_format a img, #btn_export_format img {
    float: left;
    margin-right: 8px;
}

#popover_export_format {
    width: 432px;
}

#popover_export_format ul {
    overflow-y: auto;
}

#popover_export_format span, #btn_export_format span {
    font-size: 11px;
}

#popular_links a {
    display: block;
    padding-left: 16px;
    width: 290px;
    color: #5B636B;
}

#popular_links a:hover {
    background-color: #e0e4e6;
}

#settings .tabcontent {
    height: 335px;
    padding: 40px 15px 20px;
}

#settings .hidden {
    position: absolute;
    visibility: hidden;
}

#settings #tools_content {
    width: 380px;
    height: 335px;
    border: 1px solid #ced0d3;
}

.dialog #dragtext {
    margin-top: 12px;
    padding-top: 48px;
    width: 100%;
    text-align: center;
}

#filelist li {
    font-size: 13px;
    line-height: 20px;
}

#filelist li span {
    padding-right: 22px;
    background: transparent none no-repeat 100% 50%;
}

#filelist .progress span {}

#frm_export_docx .item {
    padding: 18px 12px;
}

.dialog #tools_content .field {
    width: 85px;
}

.dialog #tools_content input[type=text], .dialog #tools_content input[type=password] {
    width: 215px;
}

#reseller_content {
    padding-bottom: 40px;
}

#dlg_reseller_details .tabcontent {
    height: 270px;
}

#dlg_reseller_details .listing {
    background-color: white;
    border: 1px solid #ced0d3;
}

#dlg_reseller_details .tabcontent .listing .head {
    line-height: 30px;
    border-bottom: 1px solid #e0e4e6;
}

#dlg_reseller_details .listing .head a {
    font-weight: bold;
    color: #738294;
    font-size: 13px;
}

#dlg_reseller_details .listing li {
    clear: both;
    overflow: hidden;
    white-space: nowrap;
}

#dlg_reseller_details .tabcontent .listing .column {
    line-height: 36px;
}

#dlg_reseller_details .scrollable {
    overflow-y: auto;
    height: 232px;
}

.dialog.center {
    /*width: 500px;	
	margin-top: -150px;
	margin: 0 auto;
	margin-bottom:30px;*/
	position: relative;
}

.dialog.long {
    margin-top: 0;
    top: 40px;
}

#mmlogo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 180px;
    height: 32px;
}

#ErrorMessage {
    color: #F00;
    font-weight: bold;
}

#Footer2 {
    margin: 15px 0 0 0;
    text-align: center;
}