/* 
 * CSS Modal |  Xenon Theme
 * Copyright (c) 2015 CreativeDream
 * Website http://creativedream.net/plugins
 * Version: 1.2.3 (10-04-2015)
*/
#modal-window .modal-box.modal-theme-xenon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#modal-window .modal-box.modal-theme-xenon .modal-text {
    padding: 20px 20px;
}

#modal-window .modal-box.modal-theme-xenon .modal-title {
	background-color: #FF008E;
	color: #fff;
    padding: 15px 20px;
}

#modal-window .modal-box.modal-theme-atlant .modal-title h3 {
    color: #fff;
}

#modal-window .modal-box.modal-theme-xenon .modal-title .modal-close-btn {
    right: 20px;
}

#modal-window .modal-box.modal-theme-xenon .modal-buttons {
    padding: 15px 20px;
    background: #fafafa;
}

#modal-window .modal-box.modal-theme-xenon .modal-buttons .modal-btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* Add spaciweb*/
#modal-window .modal-box .modal-buttons a.modal-btn.btn-grey {
    background-color: #555;
    color: #fff;
    border: 1px solid #555;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-grey:hover {
    background-color: #fff;
    color: #555;
    border: 1px solid #555;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-pink {
    background-color: #FF008E;
    color: #fff;
    border: 1px solid #FF008E;
}

#modal-window .modal-box .modal-buttons a.modal-btn.btn-pink:hover {
    background-color: #fff;
    color: #FF008E;
    border: 1px solid #FF008E;
}

/*** modal2 ***/

#modal2-window .modal2-box.modal2-theme-xenon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#modal2-window .modal2-box.modal2-theme-xenon .modal2-text {
    padding: 20px 20px;
}

#modal2-window .modal2-box.modal2-theme-xenon .modal2-title {
	background-color: #FF008E;
	color: #fff;
    padding: 15px 20px;
}

#modal2-window .modal2-box.modal2-theme-atlant .modal2-title h3 {
    color: #fff;
}

#modal2-window .modal2-box.modal2-theme-xenon .modal2-title .modal2-close-btn {
    right: 20px;
}

#modal2-window .modal2-box.modal2-theme-xenon .modal2-buttons {
    padding: 15px 20px;
    background: #fafafa;
}

#modal2-window .modal2-box.modal2-theme-xenon .modal2-buttons .modal2-btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* Add spaciweb*/
#modal2-window .modal2-box .modal2-buttons a.modal2-btn.btn-grey {
    background-color: #555;
    color: #fff;
    border: 1px solid #555;
}

#modal2-window .modal2-box .modal2-buttons a.modal2-btn.btn-grey:hover {
    background-color: #fff;
    color: #555;
    border: 1px solid #555;
}

#modal2-window .modal2-box .modal2-buttons a.modal2-btn.btn-pink {
    background-color: #FF008E;
    color: #fff;
    border: 1px solid #FF008E;
}

#modal2-window .modal2-box .modal2-buttons a.modal2-btn.btn-pink:hover {
    background-color: #fff;
    color: #FF008E;
    border: 1px solid #FF008E;
}

/******/
#modal-window .modal-box .modal-buttons a.modal2-btn {
    display: inline-block;
    padding: 8px 12px;
    outline: none;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    color: #555;
    border-radius: 0;
    vertical-align: middle;
    margin-left: 5px;
}

#modal-window .modal-box .modal-buttons a.modal2-btn.btn-pink {
	font-weight : bold; 
	background-color: #FF008E;
    color: #fff;
    border: 1px solid #FF008E;
}

#modal-window .modal-box .modal-buttons a.modal2-btn.btn-pink:hover {
    background-color: #fff;
    color: #FF008E;
    border: 1px solid #FF008E; 
	cursor: pointer; 
}

#modal-window .modal-box .modal-buttons a.modal2-btn.btn-square {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#modal-window .modal-box .modal-buttons a.modal2-btn.btn-grey {
    background-color: #555;
    color: #fff;
    border: 1px solid #555;
}

#modal-window .modal-box .modal-buttons a.modal2-btn.btn-grey:hover {
    background-color: #fff;
    color: #555;
    border: 1px solid #555;
}
