/*
Theme Name: Getmecar Partners
Theme URI: https;//partners.getmecar.ru
Author: artsvi Ayvazyan
Author URI: https://fb.com/alarayv/
Description: Тема для партнерки getmecar.ru
Version: 1.0
*/

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #A3C5E4;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.hidden {
	display: none;
}

input {
	min-width: 300px;
	padding: 5px;
}

.container {
	overflow: hidden;
}

.msg {
	padding: 10px;
  border: 2px solid grey;
  border-radius: 7px;
  width: 300px;
  font-size: 18px;
  margin-bottom: 10px;
}

.err_validation {
	border-color: orangered;
	background: #ff450070;
}

.scs_msg {
	border-color: lightgreen;
	background: #90ee9073;
}

#mobile_menu {
	position: fixed;
	top: 45px;
	right: 45px;
	left: unset;
	text-decoration: unset;
	color: #333;
	display: none;
}

#mobile_menu .dashicons.dashicons-menu-alt3:before{
	font-size: 52px;
}

.gmc_login{
	width: 400px;
    display: block;
    margin: 30px auto;
    box-shadow: 4px 4px 15px 2px #ccc;
    text-align: center;
    padding: 20px;
}

.gmc_login #loginform label {
	display: block;
	text-align: left;
}

.gmc_login #loginform #user_login,.gmc_login #loginform #user_pass {
	width: 100%;
    padding: 15px;
    background: transparent;
    position: relative;
    border: 0px;
    margin-top: 10px;
}

.gmc_login #loginform #wp-submit {
	background: transparent;
    padding: 7px 15px;
    cursor: pointer;
    border: 1px solid grey;
}

.gmc_login_title {
	text-align: center;
}

.dashboar_sidebar {
	width: 320px;
    position: fixed;
    left: 0;
    top: 0;
    background: white;
    height: 100%;
    padding: 20px;
    padding-top: 30px;
    box-sizing: border-box;
    box-shadow: 0px 2px 15px 2px;
}

.dashboar_sidebar .sidebar_menu {
	margin: 0px;
	padding: 0px;
}

.dashboar_sidebar .sidebar_menu li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.dashboar_sidebar .sidebar_menu li a {
	display: inline-block;
	color: #979797;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	padding: 15px;
	width: 100%;
}

#dashboard_content {
	padding-left: 340px;
	overflow: auto;
	width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.widgets_acontent code {
	padding: 20px;
	background: black;
	color: white;
	font-weight: 700;
	border: 2px solid #979797;
	display: block;
	position: relative;
}

#copy_widget_1 {
	position: absolute;
	right: 25px;
	left: unset;
	top: 20px;
	color: white;
	opacity: 0.9;
}

#copy_widget_1:hover {
	opacity: 1;
}

#copy_widget_1 span{
	font-size: 40px;
    text-decoration: unset;
}

.analitycs {
	border-collapse: collapse;
}

.analitycs td,.analitycs th {
	border: 1px solid #088AFA;
	text-align: left;
	padding: 10px;
}

.widget_overview {
	zoom : 0.5;
	pointer-events: none;
}

#widgets_list li{
	margin: 20px 0;
}

#customize,#save_widget1,.btn_blue {
	border: 0px;
    padding: 10px;
    background: #088afa;
    color: white;
    font-weight: 700;
    border-radius: 7px;
    cursor: pointer;
    box-shadow: 2px 2px 4px 2px #ccc;
    margin-bottom: 50px;
}

#customize:hover,#save_widget1:hover,.btn_blue:hover {
	opacity: 0.9;
	box-shadow: 3px 3px 4px 4px #ccc;
}

#save_widget1 {
	margin: 30px 0;
}

.infoBlocks {
	text-align: center;
}

.infoBlock {
	width: 360px;
    display: inline-block;
    margin: 15px;
    margin-top: 50px;
    border: 4px solid #A3C5E4;
    border-radius: 50px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    vertical-align: top;
    text-align: center;
    padding: 10px;
    height: 270px;
    box-sizing: border-box;
    padding-top: 40px;
}

.infoBlock:before {
	content: "1";
    position: absolute;
    left: 10px;
    top: -90px;
    width: 100%;
    height: 80px;
    display: block;
    background: transparent;
    font-size: 140px;
    color: #A3C5E4;
    text-align: left;
}


.infoBlock_2:before {
	content:  "2";;
}

.infoBlock_3:before {
	content:  "3";
}

.infoBlock_4:before {
	content:   "4";
}


/*********************************************************************************** Media **********************************************************************/



@media (max-width: 1200px){
	.dashboar_sidebar {
		width: 184px;
		padding: 20px 5px;
	}

	#dashboard_content{
		padding-left: 190px;
	}

	.dashboar_sidebar .sidebar_menu li a {
		padding: 15px 0px;
	}

	.infoBlock {
		width: 310px;
		height: 300px;
	}
}

@media (max-width:  892px){
	.infoBlock {
		font-size: 18px;
		width: 245px;
		height: 300px;
	}
}


@media (max-width:  768px){
	#dashboard_content{
		padding-left: 10px;
	}

	.dashboar_sidebar {
		left: -9999px;
		transition: all 0.5s;
	}

	.dashboar_sidebar.open_mobile_menu {
		left: 0px;
	} 

	#mobile_menu {
		display: block;
	}

	#widgets_list {
		padding-left: 0px;
	}

	#widgets_list li img {
		max-width: 100%;
	}
}